{ "$schema": "https://opencode.ai/config.json", "mcp": { "playwright": { "type": "local", "command": ["npx", "@playwright/mcp@latest"], "enabled": true }, "sage-x3-graphql": { "type": "local", "command": ["bun", "run", "src/index.ts"], "enabled": true } } }