16 lines
316 B
JSON
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
|
|
}
|
|
}
|
|
}
|