viewgate-mcp 1.0.53 → 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.
- package/dist/index.js +1 -0
- 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;
|