混合mcp

This commit is contained in:
2025-08-30 17:07:47 +08:00
parent 9bf3ca79b0
commit ac0bd9c516
4 changed files with 411 additions and 48285 deletions

View File

@@ -8,25 +8,15 @@
"cwd": "${workspaceFolder}/MCP/",
"disabled": false,
"alwaysAllow": []
}
},
"tools": {
"rimworld-knowledge-base": {
"description": "从RimWorld本地知识库包括C#源码和XML中检索上下文。",
"server_name": "rimworld-knowledge-base",
"tool_name": "get_context",
"input_schema": {
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "关于RimWorld开发的问题应包含代码或XML中的关键词。"
}
},
"required": [
"question"
]
}
},
"rimworld-knowledge-base-proxy": {
"command": "python",
"args": [
"mcpserver_stdio_simple_proxy.py"
],
"cwd": "${workspaceFolder}/MCP/",
"disabled": true,
"alwaysAllow": []
}
}
}