Files
kairos/opencode.jsonc
T
2026-03-30 19:59:31 +08:00

14 lines
257 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"shadcn": {
"type": "local",
"command": ["bunx", "--bun", "shadcn", "mcp"]
},
"tanstack": {
"type": "remote",
"url": "https://tanstack.com/api/mcp"
}
}
}