2 Commits

Author SHA1 Message Date
cc051a1e15 mcp fixes 2026-04-29 17:21:11 -07:00
80957641bd Merge pull request 'Stealth Cymbal' (#3) from stealth-cymbal into master
Reviewed-on: #3
2026-04-29 16:56:44 -07:00
2 changed files with 8 additions and 12 deletions

7
.superset/config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"setup": [
"git submodule update\ncd godot-mcp\nnpm install\nnpm run build\ncd .."
],
"teardown": [],
"run": []
}

View File

@@ -1,22 +1,11 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"mcp": { "mcp": {
"playwright": {
"type": "local",
"command": [
"npx",
"@playwright/mcp@latest",
"--executable-path",
"/snap/bin/chromium",
"--isolated"
],
"enabled": true
},
"godot": { "godot": {
"type": "local", "type": "local",
"command": [ "command": [
"node", "node",
"/home/noti/.superset/worktrees/ai-game-2/stealth-cymbal/godot-mcp/build/index.js" "./godot-mcp/build/index.js"
], ],
"enabled": true "enabled": true
} }