Add Godot MCP server config to opencode.json

Register the local Godot MCP server and fix playwright indentation.
This commit is contained in:
2026-04-29 15:55:06 -07:00
parent 2479e4c784
commit 971e830c6a

View File

@@ -11,6 +11,14 @@
"--isolated"
],
"enabled": true
},
"godot": {
"type": "local",
"command": [
"node",
"/home/noti/.superset/worktrees/ai-game-2/stealth-cymbal/godot-mcp/build/index.js"
],
"enabled": true
}
}
}