docs: add npx cache update instructions for MCP-only install

This commit is contained in:
Giancarlo Erra
2026-03-16 23:09:12 +00:00
parent 640e054eac
commit 4cd113b1e9
+2
View File
@@ -112,6 +112,8 @@ Or as MCP only (without skills):
claude mcp add socraticode -- npx -y socraticode
```
> **Updating:** `npx` caches the package after the first run. To get the latest version, clear the cache and restart your MCP host: `rm -rf ~/.npm/_npx && claude mcp restart socraticode`. Alternatively, use `npx -y socraticode@latest` in your config to always check for updates on startup (slightly slower).
**OpenAI Codex CLI** — add to `~/.codex/config.toml`:
```toml