mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-07-03 14:05:21 +02:00
docs: add npx cache update instructions for MCP-only install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user