1
0

.mcp.json 135 B

1234567891011
  1. {
  2. "mcpServers": {
  3. "shadcn": {
  4. "command": "npx",
  5. "args": [
  6. "shadcn@latest",
  7. "mcp"
  8. ]
  9. }
  10. }
  11. }