소스 검색

Switch Context7 MCP to remote HTTP server

Fahreddin Özcan 8 달 전
부모
커밋
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"
   }
 }