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 <noreply@anthropic.com>
This commit is contained in:
Jim Myhrberg
2026-02-18 10:23:51 +00:00
parent 48892628f9
commit 15cb9608fe
2 changed files with 2 additions and 10 deletions

View File

@@ -1,7 +1,3 @@
{
"mcpServers": {
"deepwiki": {
"url": "https://mcp.deepwiki.com/mcp"
}
}
"mcpServers": {}
}

View File

@@ -1,8 +1,4 @@
{
"servers": {
"deepwiki": {
"url": "https://mcp.deepwiki.com/mcp"
}
},
"servers": {},
"inputs": []
}