From 15cb9608fe301633ada31b70bb0fb3908361ca9e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 18 Feb 2026 10:23:51 +0000 Subject: [PATCH] chore(mcp): remove deepwiki server from MCP configs DeepWiki MCP is now managed via the agentic repo rather than editor-level MCP configs. Co-Authored-By: Claude Opus 4.6 --- cursor/mcp.json | 6 +----- mcp.json | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/cursor/mcp.json b/cursor/mcp.json index 94c1967..47925bf 100644 --- a/cursor/mcp.json +++ b/cursor/mcp.json @@ -1,7 +1,3 @@ { - "mcpServers": { - "deepwiki": { - "url": "https://mcp.deepwiki.com/mcp" - } - } + "mcpServers": {} } diff --git a/mcp.json b/mcp.json index b316834..f901910 100644 --- a/mcp.json +++ b/mcp.json @@ -1,8 +1,4 @@ { - "servers": { - "deepwiki": { - "url": "https://mcp.deepwiki.com/mcp" - } - }, + "servers": {}, "inputs": [] }