snow-flow 3.3.7 → 3.4.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "3.3.7",
4
- "description": "Snow-Flow v3.3.7: PORTAL PAGE FIX - Fixed portal_page deployment field mapping! Now correctly maps id->page_id, handles sp_portal sys_id, and converts containers to widgets format. Fixed widget instance creation with proper sys_id handling. Portal pages with AI chatbots and complex widgets now deploy successfully. Improved validation messages and support for both single widgets and widget arrays. 180+ MCP tools across 17 specialized servers.",
3
+ "version": "3.4.0",
4
+ "description": "Snow-Flow v3.4.0: SCRIPT EXECUTION & DEBUGGING SUITE - 9 critical improvements for script development! New tools: script execution with output retrieval, script output history, synchronous execution, system log access, REST connection testing, REST message test suite, enhanced property management, and execution tracing. Capture all gs.print/info/warn/error output, retrieve execution results, trace script flow, test REST integrations, and access system logs. Now 200+ MCP tools across 18 specialized servers.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",
7
7
  "bin": {
@@ -27,6 +27,7 @@
27
27
  "mcp:clean": "node scripts/cleanup-mcp-servers.js && npm run build",
28
28
  "mcp:start": "node scripts/start-mcp-proper.js",
29
29
  "mcp:start-proper": "node scripts/start-mcp-proper.js",
30
+ "mcp:sysprops": "node scripts/start-sysprops-mcp.js",
30
31
  "test:integration": "npm run build && node dist/tests/integration-test.js",
31
32
  "postbuild-disabled": "npm run setup-mcp",
32
33
  "postinstall": "node scripts/postinstall.js",