混合mcp
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user