Files
spellforge/.mcp.json
T
2026-07-20 10:56:52 +08:00

12 lines
230 B
JSON

{
"mcpServers": {
"godot-mcp-pro": {
"command": "node",
"args": ["${CLAUDE_PROJECT_DIR:-.}/Tools/godot-mcp-pro-v1.15.1/server/build/index.js"],
"env": {
"GODOT_MCP_PORT": "6505"
}
}
}
}