spawner/.mcp.json
2026-02-04 22:49:44 +01:00

14 lines
164 B
JSON

{
"mcpServers": {
"shadcn": {
"command": "cmd",
"args": [
"/c",
"npx",
"shadcn@latest",
"mcp"
]
}
}
}