We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d909828 commit aca3161Copy full SHA for aca3161
1 file changed
README.md
@@ -446,6 +446,20 @@ only extra that bundles them together.
446
447
</details>
448
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
463
#### 2. Add it to your MCP client
464
465
If you’re using Claude Code, pick whichever matches what you installed in step 1.
0 commit comments