diff --git a/opencode.json b/opencode.json index 9eed6fb..b394cbc 100644 --- a/opencode.json +++ b/opencode.json @@ -6,9 +6,17 @@ "command": [ "npx", "@playwright/mcp@latest", - "--executable-path", - "/snap/bin/chromium", - "--isolated" + "--executable-path", + "/snap/bin/chromium", + "--isolated" + ], + "enabled": true + }, + "godot": { + "type": "local", + "command": [ + "node", + "/home/noti/.superset/worktrees/ai-game-2/stealth-cymbal/godot-mcp/build/index.js" ], "enabled": true }