| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "mcp": { | |
| "chrome-devtools": { | |
| "type": "local", | |
| "command": ["npx", "-y", "chrome-devtools-mcp@latest"], | |
| "enabled": true | |
| }, | |
| "playwright": { | |
| "type": "local", | |
| "command": ["npx", "-y", "@playwright/mcp@latest"], | |
| "enabled": true | |
| } | |
| }, | |
| "server": { | |
| "port": 7860, | |
| "hostname": "0.0.0.0" | |
| } | |
| } | |