chore(mcp): add shadcn-vue MCP server alongside playwright

This commit is contained in:
Padreug 2026-05-24 00:37:16 +02:00
commit 2bc0b9d57b

View file

@ -7,6 +7,13 @@
"--caps", "--caps",
"devtools" "devtools"
] ]
},
"shadcn": {
"command": "npx",
"args": [
"shadcn-vue@latest",
"mcp"
]
} }
} }
} }