{ "$schema": "https://opencode.ai/config.json", "mcp": { "playwright": { "type": "local", "command": [ "pnpx", "@playwright/mcp@latest", "--browser", "firefox", "--user-data-dir", "/home/jonathan/.cache/playwright-mcp" ], "environment": { "PLAYWRIGHT_BROWSERS_PATH": "/home/jonathan/.cache/playwright-browsers", "PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS": "true" }, "enabled": true } } }