@forgespace/ui-mcp
Advanced tools
+2
-1
| { | ||
| "name": "@forgespace/ui-mcp", | ||
| "mcpName": "io.github.Forge-Space/ui-mcp", | ||
| "version": "0.22.3", | ||
| "version": "0.23.0", | ||
| "description": "AI-driven UI generation via Model Context Protocol. Generate React, Next.js, Vue, Angular applications from natural language.", | ||
@@ -34,2 +34,3 @@ "type": "module", | ||
| "registry:check": "node scripts/registry-check.mjs", | ||
| "release": "node scripts/release.mjs", | ||
| "check:cycles": "madge --circular --extensions ts src/", | ||
@@ -36,0 +37,0 @@ "prepare": "husky || true", |
+2
-2
@@ -5,3 +5,3 @@ { | ||
| "description": "Forge Space MCP server for UI and backend generation via stdio transport.", | ||
| "version": "0.22.3", | ||
| "version": "0.23.0", | ||
| "repository": { | ||
@@ -15,3 +15,3 @@ "url": "https://github.com/Forge-Space/ui-mcp", | ||
| "identifier": "@forgespace/ui-mcp", | ||
| "version": "0.22.3", | ||
| "version": "0.23.0", | ||
| "transport": { | ||
@@ -18,0 +18,0 @@ "type": "stdio" |
1317106
0