36 lines
627 B
JSON
36 lines
627 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"theme": "kanagawa",
|
|
"plugin": ["opencode-anthropic-auth@latest"],
|
|
"agent": {
|
|
"plan": {
|
|
"disable": true
|
|
},
|
|
"build": {
|
|
"disable": true
|
|
}
|
|
},
|
|
"mcp": {
|
|
"github": {
|
|
"enabled": false,
|
|
"type": "remote",
|
|
"url": "https://api.githubcopilot.com/mcp/",
|
|
"oauth": {}
|
|
},
|
|
"sentry": {
|
|
"type": "remote",
|
|
"url": "https://mcp.sentry.dev/mcp",
|
|
"oauth": {}
|
|
},
|
|
"asana": {
|
|
"type": "remote",
|
|
"url": "https://mcp.asana.com/sse",
|
|
"oauth": {}
|
|
},
|
|
"notion": {
|
|
"type": "remote",
|
|
"url": "https://mcp.notion.com/mcp",
|
|
"oauth": {}
|
|
}
|
|
}
|
|
}
|