Răsfoiți Sursa

Switch Context7 MCP to remote HTTP server

Fahreddin Özcan 8 luni în urmă
părinte
comite
24cec23cf1
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      external_plugins/context7/.mcp.json

+ 2 - 2
external_plugins/context7/.mcp.json

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