refactor(mcp): 移除deepwiki服务器配置
清理不再使用的deepwiki MCP服务器配置,简化配置列表
This commit is contained in:
parent
165ec73ca8
commit
2648bec1be
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user