Switch Context7 MCP to remote HTTP server

This commit is contained in:
Fahreddin Özcan 2025-12-30 13:59:29 +01:00
parent c7ba9d4c43
commit 24cec23cf1
No known key found for this signature in database
GPG Key ID: 71170F4E86C66F51

View File

@ -1,6 +1,6 @@
{ {
"context7": { "context7": {
"command": "npx", "type": "http",
"args": ["-y", "@upstash/context7-mcp"] "url": "https://mcp.context7.com/mcp"
} }
} }