snow-flow 3.1.3 → 3.2.0

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.
@@ -36,7 +36,7 @@ function getDynamicVersion() {
36
36
  console.warn('Warning: Could not read version from package.json:', error);
37
37
  }
38
38
  // Fallback to hardcoded version
39
- return '3.1.3';
39
+ return '3.2.0';
40
40
  }
41
41
  // Export a constant that uses the dynamic version
42
42
  exports.VERSION = getDynamicVersion();
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * ServiceNow Change Management, Virtual Agent & Performance Analytics MCP Server
4
+ * Handles change requests, chatbot conversations, and performance analytics
5
+ * Uses official ServiceNow REST APIs
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=servicenow-change-virtualagent-pa-mcp.d.ts.map