Files
ai-game-2/opencode.json
Bryce 971e830c6a Add Godot MCP server config to opencode.json
Register the local Godot MCP server and fix playwright indentation.
2026-04-29 15:55:06 -07:00

26 lines
489 B
JSON

{
"$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"
],
"enabled": true
}
}
}