Skip to content

Commit aca3161

Browse files
jgravelleclaude
andcommitted
docs: document upgrade commands per install method (#357)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d909828 commit aca3161

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,20 @@ only extra that bundles them together.
446446
447447
</details>
448448
449+
#### Upgrading
450+
451+
Upgrade through whatever installed it, then restart your editor / MCP client so
452+
it relaunches the server on the new version:
453+
454+
```bash
455+
pip install -U jcodemunch-mcp # pip
456+
pipx upgrade jcodemunch-mcp # pipx
457+
uv tool upgrade jcodemunch-mcp # uv tool
458+
uvx jcodemunch-mcp@latest --help # uvx (forces a cache refresh)
459+
```
460+
461+
Check what you're running with `jcodemunch-mcp --version`.
462+
449463
#### 2. Add it to your MCP client
450464
451465
If you’re using Claude Code, pick whichever matches what you installed in step 1.

0 commit comments

Comments
 (0)