mcp added

This commit is contained in:
XPS\Micro 2026-02-04 22:49:44 +01:00
parent ef518a826d
commit 27a43ae3bb
3 changed files with 4650 additions and 0 deletions

13
.mcp.json Normal file
View File

@ -0,0 +1,13 @@
{
"mcpServers": {
"shadcn": {
"command": "cmd",
"args": [
"/c",
"npx",
"shadcn@latest",
"mcp"
]
}
}
}

4632
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"devDependencies": {
"shadcn": "^3.8.2"
}
}