From 971e830c6a1fc88be030040fa53b53247b0f646f Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 29 Apr 2026 15:55:06 -0700 Subject: [PATCH] Add Godot MCP server config to opencode.json Register the local Godot MCP server and fix playwright indentation. --- opencode.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 }