Files
WulaFallenEmpireRW/.kilocode/mcp.json
2025-08-14 14:28:28 +08:00

32 lines
784 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"mcpServers": {
"rimworld-knowledge-base": {
"command": "python",
"args": [
"mcpserver_stdio.py"
],
"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"
]
}
}
}
}