Просмотр исходного кода

Switch Context7 MCP to remote HTTP server

Fahreddin Özcan 8 месяцев назад
Родитель
Сommit
24cec23cf1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      external_plugins/context7/.mcp.json

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

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