mirror of
https://github.com/upstash/context7.git
synced 2025-12-14 16:47:35 +00:00
chore: update README to use @latest tag
This commit is contained in:
parent
52bf258f0c
commit
1d36208044
@ -52,7 +52,7 @@ Paste this into your Cursor `~/.cursor/mcp.json` file. See [Cursor MCP docs](htt
|
|||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"context7": {
|
"context7": {
|
||||||
"command": "npx",
|
"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": {
|
"mcpServers": {
|
||||||
"context7": {
|
"context7": {
|
||||||
"command": "npx",
|
"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": {
|
"Context7": {
|
||||||
"type": "stdio",
|
"type": "stdio",
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@upstash/context7-mcp"]
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -128,7 +128,7 @@ bun run build
|
|||||||
### Testing with MCP Inspector
|
### Testing with MCP Inspector
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx -y @modelcontextprotocol/inspector npx @upstash/context7-mcp
|
npx -y @modelcontextprotocol/inspector npx @upstash/context7-mcp@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user