viewgate-mcp 1.0.54 → 1.0.55

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -102,6 +102,7 @@ function createMcpServer(apiKey, personalKey) {
102
102
  // Implicit flow reset if we are starting a new flow with a "start tool"
103
103
  switch (toolName) {
104
104
  case "get_ui_components":
105
+ case "generate_ui_components":
105
106
  case "mark_ui_component_generated":
106
107
  guard.flow = "ui_components";
107
108
  guard.step = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viewgate-mcp",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "viewgate-mcp": "./dist/index.js"