Files
sage-graphql-mcp/opencode.json
2026-03-13 15:00:22 +00:00

16 lines
316 B
JSON

{
"$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
}
}
}