14 lines
257 B
JSON
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"
|
|
}
|
|
}
|
|
}
|