This commit is contained in:
2026-01-19 17:35:33 +08:00
parent a1d412dffc
commit edf1e163fa
3 changed files with 27 additions and 10 deletions

13
opencode.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"rimworld-code-rag": {
"type": "local",
"command": [
"C:/Users/Kalo/miniconda3/python.exe",
"C:/Steam/steamapps/common/RimWorld/Mods/3516260226/MCP/mcpserver_stdio_complete.py"
],
"enabled": true
}
}
}