snow-flow 3.3.6 → 3.3.8
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.
|
|
4
|
-
"description": "Snow-Flow v3.3.
|
|
3
|
+
"version": "3.3.8",
|
|
4
|
+
"description": "Snow-Flow v3.3.8: SYSTEM PROPERTIES MCP - Complete system property management via official ServiceNow APIs! 12 new tools: get, set, list, delete, search, bulk operations, import/export, validation, categories, and audit history. All using standard Table API on sys_properties - no hacks, 100% official! Manage configurations, feature flags, and system settings programmatically. Now 192+ 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",
|