snow-flow 3.4.34 → 3.4.35
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.
|
@@ -87,13 +87,16 @@ Summary:
|
|
|
87
87
|
- Token estimate: ${estimatedTokens}
|
|
88
88
|
- Response limit: ${(this.MAX_RESPONSE_SIZE / 1024).toFixed(0)}KB
|
|
89
89
|
|
|
90
|
+
🎯 Immediate Solution:
|
|
91
|
+
Run \`/compact\` in Claude Code to clear context and prevent timeouts!
|
|
92
|
+
|
|
90
93
|
💡 Tips to reduce response size:
|
|
91
94
|
1. Use specific field queries instead of '*'
|
|
92
95
|
2. Add pagination with smaller limits
|
|
93
96
|
3. Filter results more specifically
|
|
94
97
|
4. Use count operations instead of full data retrieval
|
|
95
98
|
|
|
96
|
-
|
|
99
|
+
📝 Advanced Config:
|
|
97
100
|
- MCP_MAX_RESPONSE_SIZE (default: 500000 bytes)
|
|
98
101
|
- MCP_MAX_ARRAY_ITEMS (default: 500 items)`
|
|
99
102
|
}],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.35",
|
|
4
4
|
"description": "ServiceNow development framework with MCP server integration. Executes background scripts using ES5 JavaScript only (ServiceNow Rhino engine requirement). Provides 17 MCP servers for complete ServiceNow operations including widget deployment with coherence validation, table operations, script execution, machine learning, advanced features, and comprehensive platform management.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|