Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:11 +08:00
commit c4caf830e5
4 changed files with 67 additions and 0 deletions

8
.mcp.json Normal file
View File

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