snow-flow 4.5.20 → 4.5.21
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/.mcp.json.template +1 -1
- package/dist/cli.js +3 -3
- package/package.json +1 -1
package/.mcp.json.template
CHANGED
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"args": [
|
|
164
164
|
"{{PROJECT_ROOT}}/dist/mcp/servicenow-flow-workspace-mobile-mcp.js"
|
|
165
165
|
],
|
|
166
|
-
"description": "Flow Designer,
|
|
166
|
+
"description": "Flow Designer, Agent Workspaces, Mobile + Complete UI Builder Integration - 27+ tools including UI Builder pages, components, data brokers, workspace configuration, and mobile app management",
|
|
167
167
|
"env": {
|
|
168
168
|
"SNOW_INSTANCE": "{{SNOW_INSTANCE}}",
|
|
169
169
|
"SNOW_CLIENT_ID": "{{SNOW_CLIENT_ID}}",
|
package/dist/cli.js
CHANGED
|
@@ -515,16 +515,16 @@ async function executeClaudeCode(prompt) {
|
|
|
515
515
|
console.log(chalk_1.default.yellow('🔧 Starting ServiceNow MCP servers...'));
|
|
516
516
|
await manager.startAllServers();
|
|
517
517
|
const newStatus = manager.getSystemStatus();
|
|
518
|
-
console.log(chalk_1.default.green(`✅ ${newStatus.running} MCP servers ready`));
|
|
518
|
+
console.log(chalk_1.default.green(`✅ ${newStatus.running} ServiceNow MCP servers ready`));
|
|
519
519
|
}
|
|
520
520
|
else if (systemStatus.running < systemStatus.total) {
|
|
521
521
|
console.log(chalk_1.default.yellow('🔄 Starting additional MCP servers...'));
|
|
522
522
|
await manager.startAllServers();
|
|
523
523
|
const newStatus = manager.getSystemStatus();
|
|
524
|
-
console.log(chalk_1.default.green(`✅ All ${newStatus.running} MCP servers ready`));
|
|
524
|
+
console.log(chalk_1.default.green(`✅ All ${newStatus.running} ServiceNow MCP servers ready`));
|
|
525
525
|
}
|
|
526
526
|
else {
|
|
527
|
-
console.log(chalk_1.default.green(`✅ All ${systemStatus.running} MCP servers ready`));
|
|
527
|
+
console.log(chalk_1.default.green(`✅ All ${systemStatus.running} ServiceNow MCP servers ready (235+ tools)`));
|
|
528
528
|
}
|
|
529
529
|
}
|
|
530
530
|
catch (error) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.21",
|
|
4
4
|
"description": "Conversational ServiceNow development platform using Claude Code. Multi-agent orchestration with 20+ MCP servers providing 200+ ServiceNow tools for comprehensive platform development.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|