this repo has no description
at main 504 B view raw
1{ 2 "$schema": "https://opencode.ai/config.json", 3 "mcp": { 4 "playwright": { 5 "type": "local", 6 "command": [ 7 "pnpx", 8 "@playwright/mcp@latest", 9 "--browser", 10 "firefox", 11 "--user-data-dir", 12 "/home/jonathan/.cache/playwright-mcp" 13 ], 14 "environment": { 15 "PLAYWRIGHT_BROWSERS_PATH": "/home/jonathan/.cache/playwright-browsers", 16 "PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS": "true" 17 }, 18 "enabled": true 19 } 20 } 21}