From 4cd113b1e9e3776d127cd16545b9c048f353daf8 Mon Sep 17 00:00:00 2001 From: Giancarlo Erra Date: Mon, 16 Mar 2026 23:09:12 +0000 Subject: [PATCH] docs: add npx cache update instructions for MCP-only install --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28002ce..f5495f8 100644 --- a/README.md +++ b/README.md @@ -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