This commit is contained in:
2026-01-13 16:01:41 +08:00
parent 09d2c6e450
commit 1b36fb789a
2 changed files with 26 additions and 0 deletions

17
.claude/.mcp.json Normal file
View File

@@ -0,0 +1,17 @@
{
"mcpServers": {
"rimworld-code-rag": {
"type": "stdio",
"command": "C:/Users/Kalo/miniconda3/python.exe",
"args": [
"C:/Steam/steamapps/common/RimWorld/Mods/3516260226/MCP/mcpserver_stdio_complete.py"
],
"ready_timeout": 120000,
"alwaysAllow": [
"get_item",
"rough_search"
],
"disabled": false
}
}
}