snow-flow 3.4.15 → 3.4.16
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/README.md +43 -3
- package/package.json +1 -1
- package/website/index.html +104 -4
package/README.md
CHANGED
|
@@ -231,9 +231,9 @@ const prediction = await snow_predict({
|
|
|
231
231
|
// Result: { category: "Email", confidence: 0.94 }
|
|
232
232
|
```
|
|
233
233
|
|
|
234
|
-
## 🔧
|
|
234
|
+
## 🔧 17 Specialized MCP Servers
|
|
235
235
|
|
|
236
|
-
Snow-Flow includes
|
|
236
|
+
Snow-Flow includes exactly 17 MCP servers, each providing specialized tools for different aspects of ServiceNow development:
|
|
237
237
|
|
|
238
238
|
### 1. 🚀 **Deployment Server** (40+ tools)
|
|
239
239
|
Deploy artifacts with automatic validation and rollback capabilities
|
|
@@ -308,7 +308,47 @@ Advanced reporting and visualization
|
|
|
308
308
|
- `snow_define_kpi` - KPI management
|
|
309
309
|
- `snow_analyze_data_quality` - Data validation
|
|
310
310
|
|
|
311
|
-
### 12.
|
|
311
|
+
### 12. 📚 **Knowledge & Catalog Server** (14+ tools)
|
|
312
|
+
Knowledge base and service catalog management
|
|
313
|
+
- `snow_create_knowledge_article` - Create articles
|
|
314
|
+
- `snow_search_knowledge` - Search knowledge base
|
|
315
|
+
- `snow_create_catalog_item` - Create catalog items
|
|
316
|
+
- `snow_create_catalog_variable` - Catalog variables
|
|
317
|
+
- `snow_order_catalog_item` - Order items
|
|
318
|
+
|
|
319
|
+
### 13. 🔄 **Change, Virtual Agent & PA Server** (19+ tools)
|
|
320
|
+
Change management, Virtual Agent, and Performance Analytics
|
|
321
|
+
- `snow_create_change_request` - Change requests
|
|
322
|
+
- `snow_schedule_cab_meeting` - CAB meetings
|
|
323
|
+
- `snow_create_va_topic` - Virtual Agent topics
|
|
324
|
+
- `snow_create_pa_indicator` - PA indicators
|
|
325
|
+
- `snow_get_pa_scores` - Performance scores
|
|
326
|
+
|
|
327
|
+
### 14. 📱 **Flow, Workspace & Mobile Server** (20+ tools)
|
|
328
|
+
Flow Designer, Workspace, and Mobile app management
|
|
329
|
+
- `snow_create_flow` - Create flows
|
|
330
|
+
- `snow_test_flow` - Test flows
|
|
331
|
+
- `snow_create_workspace` - Create workspaces
|
|
332
|
+
- `snow_configure_mobile_app` - Mobile config
|
|
333
|
+
- `snow_send_push_notification` - Push notifications
|
|
334
|
+
|
|
335
|
+
### 15. 🗄️ **CMDB, Event, HR, CSM & DevOps Server** (23+ tools)
|
|
336
|
+
Configuration, Events, HR, Customer Service, DevOps
|
|
337
|
+
- `snow_create_ci` - Create CIs
|
|
338
|
+
- `snow_run_discovery` - Run discovery
|
|
339
|
+
- `snow_create_event` - Create events
|
|
340
|
+
- `snow_employee_onboarding` - HR onboarding
|
|
341
|
+
- `snow_create_devops_pipeline` - DevOps pipelines
|
|
342
|
+
|
|
343
|
+
### 16. ⚡ **Advanced Features Server** (14+ tools)
|
|
344
|
+
Advanced optimization and analysis capabilities
|
|
345
|
+
- `snow_batch_api` - Batch operations (80% API reduction)
|
|
346
|
+
- `snow_get_table_relationships` - Table analysis
|
|
347
|
+
- `snow_discover_process` - Process mining
|
|
348
|
+
- `snow_analyze_workflow_execution` - Workflow analysis
|
|
349
|
+
- `snow_generate_documentation` - Auto-documentation
|
|
350
|
+
|
|
351
|
+
### 17. 👑 **Orchestration Server** (25+ tools)
|
|
312
352
|
Multi-agent coordination
|
|
313
353
|
- `snow_swarm_init` - Initialize swarms
|
|
314
354
|
- `snow_agent_spawn` - Create agents
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.16",
|
|
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",
|
package/website/index.html
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
</div>
|
|
53
53
|
<div class="hero-stats">
|
|
54
54
|
<div class="stat">
|
|
55
|
-
<span class="stat-number">
|
|
55
|
+
<span class="stat-number">17</span>
|
|
56
56
|
<span class="stat-label">MCP Servers</span>
|
|
57
57
|
</div>
|
|
58
58
|
<div class="stat">
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
<div class="what-is-card">
|
|
91
91
|
<div class="card-icon">⚡</div>
|
|
92
92
|
<h3>MCP Integration</h3>
|
|
93
|
-
<p>Built on the Model Context Protocol, Snow-Flow provides
|
|
93
|
+
<p>Built on the Model Context Protocol, Snow-Flow provides 17 specialized MCP servers that handle everything from widget deployment to machine learning, each with dedicated tools for ServiceNow operations.</p>
|
|
94
94
|
</div>
|
|
95
95
|
<div class="what-is-card">
|
|
96
96
|
<div class="card-icon">📊</div>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
<section id="mcp-servers" class="mcp-servers">
|
|
145
145
|
<div class="container">
|
|
146
146
|
<h2 class="section-title">MCP Servers & Tools</h2>
|
|
147
|
-
<p class="section-subtitle">Snow-Flow includes
|
|
147
|
+
<p class="section-subtitle">Snow-Flow includes 17 specialized MCP servers, each providing powerful tools for ServiceNow development</p>
|
|
148
148
|
|
|
149
149
|
<div class="mcp-grid">
|
|
150
150
|
<!-- ServiceNow Deployment MCP -->
|
|
@@ -367,6 +367,106 @@
|
|
|
367
367
|
</div>
|
|
368
368
|
</div>
|
|
369
369
|
|
|
370
|
+
<!-- ServiceNow Knowledge & Catalog MCP -->
|
|
371
|
+
<div class="mcp-card">
|
|
372
|
+
<div class="mcp-header">
|
|
373
|
+
<h3>📚 Knowledge & Catalog Server</h3>
|
|
374
|
+
<span class="mcp-badge">14+ Tools</span>
|
|
375
|
+
</div>
|
|
376
|
+
<p class="mcp-description">Knowledge base and service catalog management</p>
|
|
377
|
+
<div class="mcp-tools">
|
|
378
|
+
<h4>Key Tools:</h4>
|
|
379
|
+
<ul>
|
|
380
|
+
<li><code>snow_create_knowledge_article</code> - Create knowledge articles</li>
|
|
381
|
+
<li><code>snow_search_knowledge</code> - Search knowledge base</li>
|
|
382
|
+
<li><code>snow_create_catalog_item</code> - Create catalog items</li>
|
|
383
|
+
<li><code>snow_create_catalog_variable</code> - Create catalog variables</li>
|
|
384
|
+
<li><code>snow_create_catalog_ui_policy</code> - Create UI policies</li>
|
|
385
|
+
<li><code>snow_order_catalog_item</code> - Order catalog items</li>
|
|
386
|
+
</ul>
|
|
387
|
+
</div>
|
|
388
|
+
</div>
|
|
389
|
+
|
|
390
|
+
<!-- ServiceNow Change, Virtual Agent & PA MCP -->
|
|
391
|
+
<div class="mcp-card">
|
|
392
|
+
<div class="mcp-header">
|
|
393
|
+
<h3>🔄 Change, Virtual Agent & PA Server</h3>
|
|
394
|
+
<span class="mcp-badge">19+ Tools</span>
|
|
395
|
+
</div>
|
|
396
|
+
<p class="mcp-description">Change management, Virtual Agent, and Performance Analytics</p>
|
|
397
|
+
<div class="mcp-tools">
|
|
398
|
+
<h4>Key Tools:</h4>
|
|
399
|
+
<ul>
|
|
400
|
+
<li><code>snow_create_change_request</code> - Create change requests</li>
|
|
401
|
+
<li><code>snow_schedule_cab_meeting</code> - Schedule CAB meetings</li>
|
|
402
|
+
<li><code>snow_create_va_topic</code> - Create Virtual Agent topics</li>
|
|
403
|
+
<li><code>snow_create_pa_indicator</code> - Create PA indicators</li>
|
|
404
|
+
<li><code>snow_create_pa_widget</code> - Create PA widgets</li>
|
|
405
|
+
<li><code>snow_get_pa_scores</code> - Get performance scores</li>
|
|
406
|
+
</ul>
|
|
407
|
+
</div>
|
|
408
|
+
</div>
|
|
409
|
+
|
|
410
|
+
<!-- ServiceNow Flow, Workspace & Mobile MCP -->
|
|
411
|
+
<div class="mcp-card">
|
|
412
|
+
<div class="mcp-header">
|
|
413
|
+
<h3>📱 Flow, Workspace & Mobile Server</h3>
|
|
414
|
+
<span class="mcp-badge">20+ Tools</span>
|
|
415
|
+
</div>
|
|
416
|
+
<p class="mcp-description">Flow Designer, Workspace, and Mobile app management</p>
|
|
417
|
+
<div class="mcp-tools">
|
|
418
|
+
<h4>Key Tools:</h4>
|
|
419
|
+
<ul>
|
|
420
|
+
<li><code>snow_create_flow</code> - Create Flow Designer flows</li>
|
|
421
|
+
<li><code>snow_test_flow</code> - Test flows</li>
|
|
422
|
+
<li><code>snow_create_workspace</code> - Create workspaces</li>
|
|
423
|
+
<li><code>snow_configure_mobile_app</code> - Configure mobile app</li>
|
|
424
|
+
<li><code>snow_send_push_notification</code> - Send push notifications</li>
|
|
425
|
+
<li><code>snow_configure_offline_sync</code> - Configure offline sync</li>
|
|
426
|
+
</ul>
|
|
427
|
+
</div>
|
|
428
|
+
</div>
|
|
429
|
+
|
|
430
|
+
<!-- ServiceNow CMDB, Event, HR, CSM & DevOps MCP -->
|
|
431
|
+
<div class="mcp-card">
|
|
432
|
+
<div class="mcp-header">
|
|
433
|
+
<h3>🗄️ CMDB, Event, HR, CSM & DevOps Server</h3>
|
|
434
|
+
<span class="mcp-badge">23+ Tools</span>
|
|
435
|
+
</div>
|
|
436
|
+
<p class="mcp-description">Configuration, Events, HR, Customer Service, and DevOps</p>
|
|
437
|
+
<div class="mcp-tools">
|
|
438
|
+
<h4>Key Tools:</h4>
|
|
439
|
+
<ul>
|
|
440
|
+
<li><code>snow_create_ci</code> - Create Configuration Items</li>
|
|
441
|
+
<li><code>snow_run_discovery</code> - Run discovery</li>
|
|
442
|
+
<li><code>snow_create_event</code> - Create events</li>
|
|
443
|
+
<li><code>snow_employee_onboarding</code> - Employee onboarding</li>
|
|
444
|
+
<li><code>snow_create_customer_case</code> - Create customer cases</li>
|
|
445
|
+
<li><code>snow_create_devops_pipeline</code> - Create DevOps pipelines</li>
|
|
446
|
+
</ul>
|
|
447
|
+
</div>
|
|
448
|
+
</div>
|
|
449
|
+
|
|
450
|
+
<!-- ServiceNow Advanced Features MCP -->
|
|
451
|
+
<div class="mcp-card">
|
|
452
|
+
<div class="mcp-header">
|
|
453
|
+
<h3>⚡ Advanced Features Server</h3>
|
|
454
|
+
<span class="mcp-badge">14+ Tools</span>
|
|
455
|
+
</div>
|
|
456
|
+
<p class="mcp-description">Advanced optimization and analysis capabilities</p>
|
|
457
|
+
<div class="mcp-tools">
|
|
458
|
+
<h4>Key Tools:</h4>
|
|
459
|
+
<ul>
|
|
460
|
+
<li><code>snow_batch_api</code> - Batch operations (80% API reduction)</li>
|
|
461
|
+
<li><code>snow_get_table_relationships</code> - Analyze table relationships</li>
|
|
462
|
+
<li><code>snow_discover_process</code> - Process discovery</li>
|
|
463
|
+
<li><code>snow_analyze_workflow_execution</code> - Workflow analysis</li>
|
|
464
|
+
<li><code>snow_detect_code_patterns</code> - Code pattern detection</li>
|
|
465
|
+
<li><code>snow_generate_documentation</code> - Auto-documentation</li>
|
|
466
|
+
</ul>
|
|
467
|
+
</div>
|
|
468
|
+
</div>
|
|
469
|
+
|
|
370
470
|
<!-- Snow-Flow Orchestration MCP -->
|
|
371
471
|
<div class="mcp-card">
|
|
372
472
|
<div class="mcp-header">
|
|
@@ -734,7 +834,7 @@ console.log('Confidence:', prediction.confidence);</code></pre>
|
|
|
734
834
|
</div>
|
|
735
835
|
<div class="footer-section">
|
|
736
836
|
<h4>Version</h4>
|
|
737
|
-
<p>v3.4.
|
|
837
|
+
<p>v3.4.16</p>
|
|
738
838
|
<p>MIT License</p>
|
|
739
839
|
<p>© 2024 Snow-Flow Team</p>
|
|
740
840
|
</div>
|