Files
ai-game-2/opencode.json
2026-03-27 23:33:04 -07:00

18 lines
275 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
}
}
}