alus-ui-mcp 0.2.0 → 0.3.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/README.md +20 -20
- package/dist/index.js +23273 -33
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "alus-ui-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "MCP stdio server for the alus-ui Svelte 5 component library — gives LLMs direct access to component source, demos, exports, and utilities",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"dev:build": "tsup --watch",
|
|
42
42
|
"dev": "tsx watch src/index.ts",
|
|
43
43
|
"start": "tsx src/index.ts",
|
|
44
|
-
"
|
|
44
|
+
"check": "tsc --noEmit",
|
|
45
|
+
"prepublishOnly": "pnpm --filter @alus-ui/mcp-server run bundle:data && pnpm run build",
|
|
45
46
|
"release": "release-it",
|
|
46
47
|
"release:dry": "release-it --dry-run",
|
|
47
48
|
"release:patch": "release-it patch",
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
},
|
|
51
52
|
"devDependencies": {
|
|
52
53
|
"@alus-ui/mcp-server": "workspace:*",
|
|
54
|
+
"@types/node": "^22",
|
|
53
55
|
"@tmcp/transport-stdio": "latest",
|
|
54
56
|
"@release-it/conventional-changelog": "latest",
|
|
55
57
|
"publint": "latest",
|