mcp-pro-ui 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -0
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-pro-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "MCP server for @dangbt/pro-ui — lets AI agents (Claude Code, Cursor, Copilot) browse components, get API references, and generate React code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -13,10 +13,11 @@
|
|
|
13
13
|
"cursor",
|
|
14
14
|
"ai"
|
|
15
15
|
],
|
|
16
|
-
"homepage": "https://github.com/dangbt/pro-ui",
|
|
16
|
+
"homepage": "https://github.com/dangbt/pro-ui/tree/main/tools/mcp-pro-ui",
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "https://github.com/dangbt/
|
|
19
|
+
"url": "https://github.com/dangbt/pro-ui.git",
|
|
20
|
+
"directory": "tools/mcp-pro-ui"
|
|
20
21
|
},
|
|
21
22
|
"license": "MIT",
|
|
22
23
|
"author": "Dâng Bùi Tấn <buitandang96@gmail.com>",
|
|
@@ -27,12 +28,6 @@
|
|
|
27
28
|
"files": [
|
|
28
29
|
"dist"
|
|
29
30
|
],
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build": "tsc",
|
|
32
|
-
"dev": "tsx src/index.ts",
|
|
33
|
-
"start": "node dist/index.js",
|
|
34
|
-
"prepublishOnly": "npm run build"
|
|
35
|
-
},
|
|
36
31
|
"dependencies": {
|
|
37
32
|
"@modelcontextprotocol/sdk": "^1.12.0"
|
|
38
33
|
},
|
|
@@ -43,5 +38,10 @@
|
|
|
43
38
|
},
|
|
44
39
|
"engines": {
|
|
45
40
|
"node": ">=18"
|
|
41
|
+
},
|
|
42
|
+
"scripts": {
|
|
43
|
+
"build": "tsc",
|
|
44
|
+
"dev": "tsx src/index.ts",
|
|
45
|
+
"start": "node dist/index.js"
|
|
46
46
|
}
|
|
47
|
-
}
|
|
47
|
+
}
|