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

View File

@@ -0,0 +1,11 @@
{
"name": "shadcn",
"description": "MCP server for shadcn UI tooling",
"version": "0.1.0",
"author": {
"name": "Contributor"
},
"mcp": [
"./.mcp.json"
]
}

8
.mcp.json Normal file
View File

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

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# shadcn
MCP server for shadcn UI tooling

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:JNLei/claude-tools:plugins/mcp/shadcn",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "8da04df145b63d1e2cbb9aad8df60abb9f68481d",
"treeHash": "97c7eaed131e6d076a10ff2c8de8693c606c3d8cba38181b43e1fc11b72cf90d",
"generatedAt": "2025-11-28T10:11:44.758937Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "shadcn",
"description": "MCP server for shadcn UI tooling",
"version": "0.1.0"
},
"content": {
"files": [
{
"path": ".mcp.json",
"sha256": "1517b01b814ef4753590ca3942d60ae31a8e3a03850f66d50abde9842df219a7"
},
{
"path": "README.md",
"sha256": "06307491b5438205e1c68210b27c8e06b0ab1c6413a8ea8acde63b94632b9094"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "7363d45aae3bb088153d09aae2510d1c9e03cd885a7544587d08f9167e776acf"
}
],
"dirSha256": "97c7eaed131e6d076a10ff2c8de8693c606c3d8cba38181b43e1fc11b72cf90d"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}