diff --git a/README.md b/README.md index c69427c..28cacb1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Paste this into your Cursor `~/.cursor/mcp.json` file. See [Cursor MCP docs](htt "mcpServers": { "context7": { "command": "npx", - "args": ["-y", "@upstash/context7-mcp"] + "args": ["-y", "@upstash/context7-mcp@latest"] } } } @@ -67,7 +67,7 @@ Add this to your Windsurf MCP config file. See [Windsurf MCP docs](https://docs. "mcpServers": { "context7": { "command": "npx", - "args": ["-y", "@upstash/context7-mcp"] + "args": ["-y", "@upstash/context7-mcp@latest"] } } } @@ -83,7 +83,7 @@ Add this to your VSCode MCP config file. See [VSCode MCP docs](https://code.visu "Context7": { "type": "stdio", "command": "npx", - "args": ["-y", "@upstash/context7-mcp"] + "args": ["-y", "@upstash/context7-mcp@latest"] } } } @@ -128,7 +128,7 @@ bun run build ### Testing with MCP Inspector ```bash -npx -y @modelcontextprotocol/inspector npx @upstash/context7-mcp +npx -y @modelcontextprotocol/inspector npx @upstash/context7-mcp@latest ``` ## License