Wire Godot MCP Pro and tiered subagents (mirrors tavernkeep)

This commit is contained in:
megaproxy 2026-05-10 19:26:54 +01:00
parent 8c159812a0
commit d233cef12f
4 changed files with 234 additions and 0 deletions

10
.mcp.json Normal file
View file

@ -0,0 +1,10 @@
{
"mcpServers": {
"godot-mcp-pro": {
"command": "node",
"args": [
"/mnt/d/godot/mcp/server/build/index.js"
]
}
}
}