26 lines
489 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
|