add shadcn-vue MCP server for Claude Code sessions

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-05-27 10:44:48 +02:00
commit 0a8ef64527

8
.mcp.json Normal file
View file

@ -0,0 +1,8 @@
{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": ["shadcn-vue@latest", "mcp"]
}
}
}