From 24cec23cf1f54b37d977f4daf95c779a2a69fca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fahreddin=20=C3=96zcan?= Date: Tue, 30 Dec 2025 13:59:29 +0100 Subject: [PATCH] Switch Context7 MCP to remote HTTP server --- external_plugins/context7/.mcp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external_plugins/context7/.mcp.json b/external_plugins/context7/.mcp.json index 6dec78d..989effd 100644 --- a/external_plugins/context7/.mcp.json +++ b/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" } }