Stealth Cymbal #3

Merged
notid merged 10 commits from stealth-cymbal into master 2026-04-29 16:56:44 -07:00
Showing only changes of commit 971e830c6a - Show all commits

View File

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