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.
|
|
4
|
-
"description": "Snow-Flow v3.
|
|
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",
|