snow-flow 4.3.8 → 4.3.10
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/dist/mcp/servicenow-knowledge-catalog-mcp.js +660 -667
- package/package.json +1 -1
- package/website/index.html +82 -50
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.10",
|
|
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",
|
package/website/index.html
CHANGED
|
@@ -677,7 +677,7 @@ and historical patterns. Deploy as real-time API" \
|
|
|
677
677
|
<section id="new-features" class="section" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: var(--space-20) 0;">
|
|
678
678
|
<div class="container">
|
|
679
679
|
<h2 class="text-center font-black" style="font-size: var(--font-4xl); color: var(--white); margin-bottom: var(--space-4);">🚀 New in v4.2.0 ENTERPRISE</h2>
|
|
680
|
-
<p class="text-center" style="color: rgba(255,255,255,0.9); margin-bottom: var(--space-12); font-size: var(--font-lg);">
|
|
680
|
+
<p class="text-center" style="color: rgba(255,255,255,0.9); margin-bottom: var(--space-12); font-size: var(--font-lg);">Enterprise-grade ServiceNow integration with proven MCP servers, real machine learning, and comprehensive tooling</p>
|
|
681
681
|
|
|
682
682
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3" style="gap: var(--space-6);">
|
|
683
683
|
<!-- ITAM Enterprise Module -->
|
|
@@ -685,7 +685,7 @@ and historical patterns. Deploy as real-time API" \
|
|
|
685
685
|
<div style="padding: var(--space-6);">
|
|
686
686
|
<div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">🏢</div>
|
|
687
687
|
<h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">IT Asset Management</h3>
|
|
688
|
-
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">
|
|
688
|
+
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">IT Asset Management with 6 MCP tools for asset tracking, license management, and compliance workflows.</p>
|
|
689
689
|
<div style="background: rgba(16, 185, 129, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
|
|
690
690
|
<strong style="color: #10b981;">6 New Enterprise Tools</strong>
|
|
691
691
|
</div>
|
|
@@ -705,7 +705,7 @@ and historical patterns. Deploy as real-time API" \
|
|
|
705
705
|
<div style="padding: var(--space-6);">
|
|
706
706
|
<div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">🛡️</div>
|
|
707
707
|
<h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Security Operations</h3>
|
|
708
|
-
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">
|
|
708
|
+
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Security Operations with 6 MCP tools for incident response, threat analysis, and security playbook automation.</p>
|
|
709
709
|
<div style="background: rgba(239, 68, 68, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
|
|
710
710
|
<strong style="color: #ef4444;">6 Security Tools</strong>
|
|
711
711
|
</div>
|
|
@@ -725,7 +725,7 @@ and historical patterns. Deploy as real-time API" \
|
|
|
725
725
|
<div style="padding: var(--space-6);">
|
|
726
726
|
<div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">📨</div>
|
|
727
727
|
<h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Notification Framework</h3>
|
|
728
|
-
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">
|
|
728
|
+
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Multi-channel notification system supporting email, SMS, push, Slack, and Teams with template management.</p>
|
|
729
729
|
<div style="background: rgba(59, 130, 246, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
|
|
730
730
|
<strong style="color: #3b82f6;">6 Communication Tools</strong>
|
|
731
731
|
</div>
|
|
@@ -740,71 +740,103 @@ and historical patterns. Deploy as real-time API" \
|
|
|
740
740
|
</div>
|
|
741
741
|
</div>
|
|
742
742
|
|
|
743
|
-
<!--
|
|
743
|
+
<!-- Local Development Sync -->
|
|
744
744
|
<div class="card" style="background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);">
|
|
745
|
-
<div
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
<
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
745
|
+
<div style="padding: var(--space-6);">
|
|
746
|
+
<div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">🔄</div>
|
|
747
|
+
<h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Local Development Sync</h3>
|
|
748
|
+
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Bridge ServiceNow with Claude Code native tools. Edit any ServiceNow artifact locally with full search, refactor, and debugging capabilities.</p>
|
|
749
|
+
<div style="background: rgba(16, 185, 129, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
|
|
750
|
+
<strong style="color: #10b981;">12+ Artifact Types</strong>
|
|
751
|
+
</div>
|
|
752
|
+
<ul style="color: rgba(255,255,255,0.7); font-size: var(--font-sm); list-style: none; padding: 0;">
|
|
753
|
+
<li>✅ snow_pull_artifact</li>
|
|
754
|
+
<li>✅ snow_push_artifact</li>
|
|
755
|
+
<li>✅ snow_validate_artifact_coherence</li>
|
|
756
|
+
<li>✅ Widgets, Flows, Scripts</li>
|
|
757
|
+
<li>✅ Full Claude Code integration</li>
|
|
758
|
+
<li>✅ ES5 validation & conversion</li>
|
|
759
|
+
</ul>
|
|
757
760
|
</div>
|
|
758
761
|
</div>
|
|
759
762
|
|
|
760
|
-
<!-- Knowledge
|
|
763
|
+
<!-- Knowledge Management -->
|
|
761
764
|
<div class="card" style="background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);">
|
|
762
|
-
<div
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
<
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
765
|
+
<div style="padding: var(--space-6);">
|
|
766
|
+
<div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">📚</div>
|
|
767
|
+
<h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Knowledge Management</h3>
|
|
768
|
+
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Complete knowledge base and article management with MCP tools for creation, search, and lifecycle management.</p>
|
|
769
|
+
<div style="background: rgba(16, 185, 129, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
|
|
770
|
+
<strong style="color: #10b981;">6 Knowledge Tools</strong>
|
|
771
|
+
</div>
|
|
772
|
+
<ul style="color: rgba(255,255,255,0.7); font-size: var(--font-sm); list-style: none; padding: 0;">
|
|
773
|
+
<li>✅ snow_create_knowledge_article</li>
|
|
774
|
+
<li>✅ snow_search_knowledge</li>
|
|
775
|
+
<li>✅ snow_create_knowledge_base</li>
|
|
776
|
+
<li>✅ snow_discover_knowledge_bases</li>
|
|
777
|
+
<li>✅ Knowledge base validation</li>
|
|
778
|
+
<li>✅ Article lifecycle management</li>
|
|
779
|
+
</ul>
|
|
780
|
+
</div>
|
|
770
781
|
</div>
|
|
771
782
|
|
|
772
783
|
<!-- Catalog Variable Fix -->
|
|
773
784
|
<div class="card" style="background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);">
|
|
774
|
-
<div
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
<
|
|
785
|
+
<div style="padding: var(--space-6);">
|
|
786
|
+
<div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">🛍️</div>
|
|
787
|
+
<h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Service Catalog</h3>
|
|
788
|
+
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Full service catalog management with 9 MCP tools for items, variables, UI policies, and ordering workflows.</p>
|
|
789
|
+
<div style="background: rgba(16, 185, 129, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
|
|
790
|
+
<strong style="color: #10b981;">9 Catalog Tools</strong>
|
|
791
|
+
</div>
|
|
792
|
+
<ul style="color: rgba(255,255,255,0.7); font-size: var(--font-sm); list-style: none; padding: 0;">
|
|
793
|
+
<li>✅ snow_create_catalog_item</li>
|
|
794
|
+
<li>✅ snow_create_catalog_variable</li>
|
|
795
|
+
<li>✅ snow_create_catalog_ui_policy</li>
|
|
796
|
+
<li>✅ snow_order_catalog_item</li>
|
|
797
|
+
<li>✅ Variable table validation</li>
|
|
798
|
+
<li>✅ Comprehensive debugging</li>
|
|
799
|
+
</ul>
|
|
779
800
|
</div>
|
|
780
801
|
</div>
|
|
781
802
|
|
|
782
803
|
<!-- Enhanced UI Policy Debugging -->
|
|
783
804
|
<div class="card" style="background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);">
|
|
784
|
-
<div
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
<
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
805
|
+
<div style="padding: var(--space-6);">
|
|
806
|
+
<div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">🧠</div>
|
|
807
|
+
<h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Machine Learning</h3>
|
|
808
|
+
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Real TensorFlow.js neural networks for ServiceNow data analysis including incident classification and anomaly detection.</p>
|
|
809
|
+
<div style="background: rgba(16, 185, 129, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
|
|
810
|
+
<strong style="color: #10b981;">Real Neural Networks</strong>
|
|
811
|
+
</div>
|
|
812
|
+
<ul style="color: rgba(255,255,255,0.7); font-size: var(--font-sm); list-style: none; padding: 0;">
|
|
813
|
+
<li>✅ ml_train_incident_classifier</li>
|
|
814
|
+
<li>✅ ml_predict_change_risk</li>
|
|
815
|
+
<li>✅ ml_detect_anomalies</li>
|
|
816
|
+
<li>✅ LSTM neural networks</li>
|
|
817
|
+
<li>✅ TensorFlow.js integration</li>
|
|
818
|
+
<li>✅ Hybrid ML recommendations</li>
|
|
819
|
+
</ul>
|
|
820
|
+
</div>
|
|
792
821
|
</div>
|
|
793
822
|
|
|
794
823
|
<!-- Performance Improvements -->
|
|
795
824
|
<div class="card" style="background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);">
|
|
796
|
-
<div
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
<div style="
|
|
801
|
-
<
|
|
802
|
-
<div style="color: rgba(255,255,255,0.6); font-size: var(--font-xs);">Faster</div>
|
|
803
|
-
</div>
|
|
804
|
-
<div style="text-align: center;">
|
|
805
|
-
<div style="color: var(--white); font-size: var(--font-xl); font-weight: 700;">80%</div>
|
|
806
|
-
<div style="color: rgba(255,255,255,0.6); font-size: var(--font-xs);">Less API</div>
|
|
825
|
+
<div style="padding: var(--space-6);">
|
|
826
|
+
<div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">⚡</div>
|
|
827
|
+
<h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Advanced Features</h3>
|
|
828
|
+
<p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">14 AI-powered tools for process mining, batch operations, and automated documentation generation.</p>
|
|
829
|
+
<div style="background: rgba(16, 185, 129, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
|
|
830
|
+
<strong style="color: #10b981;">14 Advanced Tools</strong>
|
|
807
831
|
</div>
|
|
832
|
+
<ul style="color: rgba(255,255,255,0.7); font-size: var(--font-sm); list-style: none; padding: 0;">
|
|
833
|
+
<li>✅ snow_batch_api (80% API reduction)</li>
|
|
834
|
+
<li>✅ snow_discover_process</li>
|
|
835
|
+
<li>✅ snow_analyze_query</li>
|
|
836
|
+
<li>✅ snow_generate_documentation</li>
|
|
837
|
+
<li>✅ Process mining capabilities</li>
|
|
838
|
+
<li>✅ Real-time analytics</li>
|
|
839
|
+
</ul>
|
|
808
840
|
</div>
|
|
809
841
|
</div>
|
|
810
842
|
|