refactor(mcp): 移除deepwiki服务器配置

清理不再使用的deepwiki MCP服务器配置,简化配置列表
This commit is contained in:
Wenjie Zhang 2025-09-01 19:13:57 +08:00
parent 165ec73ca8
commit 2648bec1be

View File

@ -16,11 +16,6 @@ _mcp_tools_cache: dict[str, list[Callable[..., Any]]] = {}
# MCP Server configurations
MCP_SERVERS = {
"deepwiki": {
"url": "https://mcp.deepwiki.com/mcp",
"transport": "streamable_http",
},
# Add more MCP servers here as needed
"sequentialthinking": {
"url": "https://remote.mcpservers.org/sequentialthinking/mcp",
"transport": "streamable_http",