mcp fixes

This commit is contained in:
2026-04-29 17:21:11 -07:00
parent 80957641bd
commit cc051a1e15
2 changed files with 8 additions and 12 deletions

View File

@@ -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
}