From cc051a1e157f10efd01e5d8c9f1a9a7658423e20 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 29 Apr 2026 17:21:11 -0700 Subject: [PATCH] mcp fixes --- .superset/config.json | 7 +++++++ opencode.json | 13 +------------ 2 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 .superset/config.json diff --git a/.superset/config.json b/.superset/config.json new file mode 100644 index 0000000..521794f --- /dev/null +++ b/.superset/config.json @@ -0,0 +1,7 @@ +{ + "setup": [ + "git submodule update\ncd godot-mcp\nnpm install\nnpm run build\ncd .." + ], + "teardown": [], + "run": [] +} \ No newline at end of file diff --git a/opencode.json b/opencode.json index b394cbc..64efefc 100644 --- a/opencode.json +++ b/opencode.json @@ -1,22 +1,11 @@ { "$schema": "https://opencode.ai/config.json", "mcp": { - "playwright": { - "type": "local", - "command": [ - "npx", - "@playwright/mcp@latest", - "--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" + "./godot-mcp/build/index.js" ], "enabled": true }