28 lines
565 B
JSON
28 lines
565 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "@upstash/context7-mcp"],
|
|
"enabled": true,
|
|
"environment": {}
|
|
},
|
|
"cloudflare-docs": {
|
|
"type": "remote",
|
|
"url": "https://docs.mcp.cloudflare.com/sse",
|
|
"enabled": true
|
|
},
|
|
"shadcn": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "shadcn@latest", "mcp"],
|
|
"enabled": true,
|
|
"environment": {}
|
|
},
|
|
"better-auth": {
|
|
"type": "remote",
|
|
"url": "https://mcp.inkeep.com/better-auth/mcp",
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|