snow-flow 4.2.1 → 4.2.2
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 +69 -68
- package/package.json +2 -2
- package/website/index.html +14 -14
- package/website/what-is-snow-flow-section.html +55 -57
package/README.md
CHANGED
|
@@ -1,34 +1,33 @@
|
|
|
1
1
|
# 🏔️ Snow-Flow
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Conversational ServiceNow Development Platform**
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/snow-flow)
|
|
6
5
|
[](https://opensource.org/licenses/MIT)
|
|
7
6
|
[](https://nodejs.org)
|
|
8
7
|
|
|
9
|
-
**
|
|
8
|
+
**Talk to your ServiceNow instance through Claude Code • 20+ MCP Servers • 200+ ServiceNow Tools • Multi-Agent Orchestration**
|
|
10
9
|
|
|
11
10
|
---
|
|
12
11
|
|
|
13
12
|
## What is Snow-Flow?
|
|
14
13
|
|
|
15
|
-
Snow-Flow is
|
|
14
|
+
Snow-Flow is a conversational ServiceNow development platform that bridges Claude Code with ServiceNow through specialized MCP (Model Context Protocol) servers. Instead of navigating ServiceNow's web interface, you develop through natural conversation with Claude Code, which orchestrates multi-agent workflows to handle complex ServiceNow operations.
|
|
16
15
|
|
|
17
|
-
###
|
|
16
|
+
### Core Architecture
|
|
18
17
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
18
|
+
- **Multi-Agent Orchestration**: Specialized agents coordinate parallel ServiceNow operations
|
|
19
|
+
- **MCP Server Integration**: 20+ servers provide direct ServiceNow API access through Claude Code
|
|
20
|
+
- **Local Development Bridge**: Edit ServiceNow artifacts locally with native development tools
|
|
21
|
+
- **Machine Learning**: TensorFlow.js neural networks for ServiceNow data analysis
|
|
22
|
+
- **Conversational Interface**: Develop ServiceNow solutions through natural language
|
|
24
23
|
|
|
25
|
-
###
|
|
24
|
+
### Key Capabilities
|
|
26
25
|
|
|
27
|
-
- **
|
|
28
|
-
- **
|
|
29
|
-
- **
|
|
30
|
-
- **
|
|
31
|
-
- **
|
|
26
|
+
- **Universal ServiceNow Operations**: Query any table, manage incidents, deploy widgets
|
|
27
|
+
- **Local Artifact Editing**: Pull ServiceNow artifacts to local files, edit with native tools, push back
|
|
28
|
+
- **Multi-Agent Coordination**: Complex tasks handled by coordinated specialist agents
|
|
29
|
+
- **Real Machine Learning**: Neural networks for incident classification and anomaly detection
|
|
30
|
+
- **Comprehensive API Coverage**: 200+ tools across all major ServiceNow modules
|
|
32
31
|
|
|
33
32
|
## Quick Start
|
|
34
33
|
|
|
@@ -77,68 +76,70 @@ Snow-Flow's Queen Agent makes strategic decisions about task execution:
|
|
|
77
76
|
- `performance-optimizer` - Code and query optimization
|
|
78
77
|
- `integration-specialist` - REST/SOAP integrations
|
|
79
78
|
|
|
80
|
-
###
|
|
79
|
+
### Machine Learning Integration
|
|
81
80
|
|
|
82
|
-
|
|
81
|
+
Snow-Flow includes TensorFlow.js neural networks for ServiceNow data analysis:
|
|
83
82
|
|
|
84
83
|
```bash
|
|
85
|
-
# Train incident classifier
|
|
84
|
+
# Train incident classifier using ServiceNow data
|
|
86
85
|
snow-flow ml train-classifier --table incident --features "short_description,category"
|
|
87
86
|
|
|
88
|
-
# Predict change risks
|
|
87
|
+
# Predict change risks based on historical data
|
|
89
88
|
snow-flow ml predict-risk --change-id CHG0000123
|
|
90
89
|
|
|
91
|
-
# Detect anomalies in
|
|
90
|
+
# Detect anomalies in ServiceNow data patterns
|
|
92
91
|
snow-flow ml detect-anomalies --monitor incidents
|
|
93
92
|
```
|
|
94
93
|
|
|
95
94
|
**ML Capabilities:**
|
|
96
|
-
- **Incident Classification**: LSTM networks
|
|
97
|
-
- **Change Risk
|
|
98
|
-
- **Anomaly Detection**: Autoencoder models for
|
|
99
|
-
- **
|
|
95
|
+
- **Incident Classification**: LSTM networks for categorizing incidents
|
|
96
|
+
- **Change Risk Assessment**: Neural networks for change management
|
|
97
|
+
- **Anomaly Detection**: Autoencoder models for identifying unusual patterns
|
|
98
|
+
- **Time Series Analysis**: Forecasting for ServiceNow metrics
|
|
100
99
|
|
|
101
|
-
###
|
|
100
|
+
### MCP Server Architecture
|
|
102
101
|
|
|
103
|
-
**
|
|
102
|
+
**20+ Specialized MCP Servers:**
|
|
104
103
|
- **Operations**: Universal queries, incident management, CMDB search
|
|
105
|
-
- **Development**:
|
|
106
|
-
- **
|
|
107
|
-
- **
|
|
108
|
-
- **
|
|
109
|
-
- **
|
|
104
|
+
- **Local Development**: Pull/push ServiceNow artifacts for local editing
|
|
105
|
+
- **Deployment**: Widget and artifact deployment with validation
|
|
106
|
+
- **Machine Learning**: TensorFlow.js neural network training and inference
|
|
107
|
+
- **Security & Compliance**: Automated security scanning and compliance checks
|
|
108
|
+
- **Integration**: REST/SOAP endpoints, transform maps, import sets
|
|
109
|
+
- **Advanced Features**: Process mining, batch operations, analytics
|
|
110
110
|
|
|
111
|
-
**
|
|
112
|
-
- `
|
|
113
|
-
- `
|
|
114
|
-
- `
|
|
115
|
-
- `
|
|
116
|
-
- `
|
|
111
|
+
**Essential Tools:**
|
|
112
|
+
- `snow_query_table` - Query any ServiceNow table with flexible filtering
|
|
113
|
+
- `snow_pull_artifact` - Pull ServiceNow artifacts to local files for editing
|
|
114
|
+
- `snow_deploy` - Deploy widgets and artifacts with coherence validation
|
|
115
|
+
- `ml_train_incident_classifier` - Train neural networks on ServiceNow data
|
|
116
|
+
- `snow_execute_script_with_output` - Execute ServiceNow background scripts
|
|
117
117
|
|
|
118
|
-
###
|
|
118
|
+
### Local Development Workflow
|
|
119
119
|
|
|
120
|
-
|
|
121
|
-
- **Compliance Frameworks**: SOX, GDPR, HIPAA, ISO 27001 automation
|
|
122
|
-
- **Security Scanning**: AI-powered vulnerability detection
|
|
123
|
-
- **Audit Trails**: Complete logging of all actions and decisions
|
|
124
|
-
- **Access Controls**: Enterprise-grade permission management
|
|
125
|
-
- **Zero Mock Data**: Only real ServiceNow data from your instance
|
|
126
|
-
|
|
127
|
-
### 🏗️ Local Development Bridge
|
|
128
|
-
|
|
129
|
-
Edit ServiceNow artifacts locally with full native tool support:
|
|
120
|
+
Snow-Flow bridges ServiceNow with local development tools:
|
|
130
121
|
|
|
131
122
|
```bash
|
|
132
|
-
# Pull
|
|
133
|
-
|
|
123
|
+
# Pull any ServiceNow artifact to local files
|
|
124
|
+
snow_pull_artifact({ sys_id: 'widget_sys_id', table: 'sp_widget' })
|
|
134
125
|
|
|
135
|
-
# Edit
|
|
136
|
-
#
|
|
126
|
+
# Edit locally using Claude Code's native file tools:
|
|
127
|
+
# - Full search and replace across all files
|
|
128
|
+
# - Multi-file editing and refactoring
|
|
129
|
+
# - Git integration and version control
|
|
130
|
+
# - Advanced code navigation
|
|
137
131
|
|
|
138
132
|
# Push changes back with validation
|
|
139
|
-
|
|
133
|
+
snow_push_artifact({ sys_id: 'widget_sys_id' })
|
|
140
134
|
```
|
|
141
135
|
|
|
136
|
+
**Local Development Features:**
|
|
137
|
+
- **Native Editing**: Use Claude Code's full editing capabilities
|
|
138
|
+
- **File-based Development**: Work with ServiceNow artifacts as local files
|
|
139
|
+
- **Validation**: Coherence checking before pushing back to ServiceNow
|
|
140
|
+
- **Version Control**: Integrate with Git workflows
|
|
141
|
+
- **Multi-artifact Support**: Widgets, scripts, flows, and more
|
|
142
|
+
|
|
142
143
|
## Architecture
|
|
143
144
|
|
|
144
145
|
### Multi-Agent Coordination
|
|
@@ -225,23 +226,23 @@ AI_PROVIDER=claude # or openai, gemini
|
|
|
225
226
|
|
|
226
227
|
## Use Cases
|
|
227
228
|
|
|
228
|
-
###
|
|
229
|
-
- **
|
|
230
|
-
- **
|
|
231
|
-
- **
|
|
232
|
-
- **
|
|
229
|
+
### Development Teams
|
|
230
|
+
- **Conversational Development**: Build ServiceNow solutions through natural language
|
|
231
|
+
- **Local Tool Integration**: Use familiar development environments
|
|
232
|
+
- **Multi-agent Coordination**: Complex tasks handled by specialized agents
|
|
233
|
+
- **Real-time Validation**: Immediate feedback on ServiceNow artifacts
|
|
233
234
|
|
|
234
235
|
### ServiceNow Administrators
|
|
235
|
-
- **
|
|
236
|
-
- **Automated
|
|
237
|
-
- **
|
|
238
|
-
- **
|
|
236
|
+
- **Universal Operations**: Query and manage any ServiceNow table or process
|
|
237
|
+
- **Automated Analysis**: ML-powered insights from ServiceNow data
|
|
238
|
+
- **Batch Operations**: Handle large-scale ServiceNow operations efficiently
|
|
239
|
+
- **Process Intelligence**: Understand ServiceNow workflows through data analysis
|
|
239
240
|
|
|
240
241
|
### Solution Architects
|
|
241
|
-
- **
|
|
242
|
-
- **
|
|
243
|
-
- **
|
|
244
|
-
- **Risk
|
|
242
|
+
- **Conversational Architecture**: Design ServiceNow solutions through discussion with Claude
|
|
243
|
+
- **Pattern Recognition**: Identify and apply ServiceNow best practices automatically
|
|
244
|
+
- **Cross-module Integration**: Coordinate development across ServiceNow modules
|
|
245
|
+
- **Risk Assessment**: Analyze impact of changes before implementation
|
|
245
246
|
|
|
246
247
|
## Requirements
|
|
247
248
|
|
|
@@ -263,4 +264,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
263
264
|
|
|
264
265
|
---
|
|
265
266
|
|
|
266
|
-
**Snow-Flow:
|
|
267
|
+
**Snow-Flow: Conversational ServiceNow development through Claude Code.**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "4.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.2.2",
|
|
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",
|
|
7
7
|
"bin": {
|
package/website/index.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>Snow-Flow
|
|
7
|
-
<meta name="description" content="Snow-Flow
|
|
6
|
+
<title>Snow-Flow | Conversational ServiceNow Development Platform</title>
|
|
7
|
+
<meta name="description" content="Snow-Flow: Conversational ServiceNow development platform using Claude Code. Multi-agent orchestration with 20+ MCP servers providing 200+ ServiceNow tools for comprehensive platform development.">
|
|
8
8
|
|
|
9
9
|
<!-- Modern CSS -->
|
|
10
10
|
<link rel="stylesheet" href="css/style.css">
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<span class="title-letter" style="animation-delay: 0.7s">L</span>
|
|
105
105
|
<span class="title-letter" style="animation-delay: 0.8s">O</span>
|
|
106
106
|
<span class="title-letter" style="animation-delay: 0.9s">W</span>
|
|
107
|
-
<span class="version-badge animated-badge">
|
|
107
|
+
<span class="version-badge animated-badge">Multi-Agent Platform</span>
|
|
108
108
|
</h1>
|
|
109
109
|
|
|
110
110
|
<!-- Animated Subtitle with Enhanced Effect -->
|
|
@@ -129,15 +129,15 @@
|
|
|
129
129
|
</span>
|
|
130
130
|
<span class="pill pill-pulse" style="animation-delay: 2.4s">
|
|
131
131
|
<span class="pill-icon">⚡</span>
|
|
132
|
-
<span class="pill-text">
|
|
132
|
+
<span class="pill-text">200+ ServiceNow Tools</span>
|
|
133
133
|
</span>
|
|
134
134
|
<span class="pill pill-float" style="animation-delay: 2.6s">
|
|
135
|
-
<span class="pill-icon"
|
|
136
|
-
<span class="pill-text">
|
|
135
|
+
<span class="pill-icon">🏗️</span>
|
|
136
|
+
<span class="pill-text">20+ MCP Servers</span>
|
|
137
137
|
</span>
|
|
138
138
|
<span class="pill pill-shine" style="animation-delay: 2.8s">
|
|
139
|
-
<span class="pill-icon"
|
|
140
|
-
<span class="pill-text">
|
|
139
|
+
<span class="pill-icon">💬</span>
|
|
140
|
+
<span class="pill-text">Conversational</span>
|
|
141
141
|
</span>
|
|
142
142
|
</div>
|
|
143
143
|
|
|
@@ -157,20 +157,20 @@
|
|
|
157
157
|
<div class="hero-stats floating" style="animation-delay: 3.5s">
|
|
158
158
|
<div class="stat-item">
|
|
159
159
|
<span class="stat-icon">🖥️</span>
|
|
160
|
-
<span class="stat-number counter" data-target="
|
|
160
|
+
<span class="stat-number counter" data-target="20">0</span>+
|
|
161
161
|
<span class="stat-label">MCP Servers</span>
|
|
162
162
|
</div>
|
|
163
163
|
<div class="stat-divider"></div>
|
|
164
164
|
<div class="stat-item">
|
|
165
165
|
<span class="stat-icon">⚡</span>
|
|
166
|
-
<span class="stat-number counter" data-target="
|
|
167
|
-
<span class="stat-label">Tools</span>
|
|
166
|
+
<span class="stat-number counter" data-target="200">0</span>+
|
|
167
|
+
<span class="stat-label">ServiceNow Tools</span>
|
|
168
168
|
</div>
|
|
169
169
|
<div class="stat-divider"></div>
|
|
170
170
|
<div class="stat-item">
|
|
171
|
-
<span class="stat-icon"
|
|
172
|
-
<span class="stat-number counter" data-target="
|
|
173
|
-
<span class="stat-label">
|
|
171
|
+
<span class="stat-icon">💬</span>
|
|
172
|
+
<span class="stat-number counter" data-target="100">0</span>%
|
|
173
|
+
<span class="stat-label">Conversational</span>
|
|
174
174
|
</div>
|
|
175
175
|
</div>
|
|
176
176
|
</div>
|
|
@@ -7,40 +7,40 @@
|
|
|
7
7
|
What is Snow-Flow?
|
|
8
8
|
</h2>
|
|
9
9
|
<p class="hero-inspired-subtitle" style="font-size: var(--font-xl); max-width: 800px; margin: 0 auto;">
|
|
10
|
-
|
|
10
|
+
Conversational ServiceNow development platform using Claude Code as your development interface
|
|
11
11
|
</p>
|
|
12
12
|
</div>
|
|
13
13
|
|
|
14
14
|
<!-- How it Works Grid -->
|
|
15
15
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" style="margin-bottom: var(--space-20);">
|
|
16
16
|
|
|
17
|
-
<!-- MCP
|
|
17
|
+
<!-- MCP Server Integration -->
|
|
18
18
|
<div class="hero-inspired-card text-center">
|
|
19
19
|
<div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">🏗️</div>
|
|
20
|
-
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">MCP
|
|
20
|
+
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">MCP Server Integration</h3>
|
|
21
21
|
<p style="color: var(--gray-200); line-height: var(--leading-relaxed);">
|
|
22
|
-
|
|
23
|
-
Each server handles specific ServiceNow
|
|
22
|
+
20+ specialized MCP (Model Context Protocol) servers provide Claude Code with direct ServiceNow API access.
|
|
23
|
+
Each server handles specific ServiceNow operations like table queries, widget deployment, and machine learning.
|
|
24
24
|
</p>
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
|
-
<!--
|
|
27
|
+
<!-- Conversational Development -->
|
|
28
28
|
<div class="hero-inspired-card text-center">
|
|
29
29
|
<div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">🤖</div>
|
|
30
|
-
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">
|
|
30
|
+
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">Conversational Development</h3>
|
|
31
31
|
<p style="color: var(--gray-200); line-height: var(--leading-relaxed);">
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
Develop ServiceNow solutions through natural conversation with Claude Code.
|
|
33
|
+
No more navigating ServiceNow's web interface - just describe what you need and let the multi-agent system handle it.
|
|
34
34
|
</p>
|
|
35
35
|
</div>
|
|
36
36
|
|
|
37
|
-
<!--
|
|
37
|
+
<!-- Multi-Agent Orchestration -->
|
|
38
38
|
<div class="hero-inspired-card text-center">
|
|
39
|
-
<div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);"
|
|
40
|
-
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">
|
|
39
|
+
<div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">⚡</div>
|
|
40
|
+
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">Multi-Agent Orchestration</h3>
|
|
41
41
|
<p style="color: var(--gray-200); line-height: var(--leading-relaxed);">
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
Complex ServiceNow tasks are handled by coordinated specialist agents.
|
|
43
|
+
Each agent focuses on specific capabilities like widget development, data analysis, or deployment automation.
|
|
44
44
|
</p>
|
|
45
45
|
</div>
|
|
46
46
|
</div>
|
|
@@ -48,39 +48,39 @@
|
|
|
48
48
|
<!-- How Snow-Flow Works -->
|
|
49
49
|
<div class="hero-inspired-card" style="padding: var(--space-12); margin-bottom: var(--space-16);">
|
|
50
50
|
<h3 style="color: white; font-size: var(--font-3xl); text-align: center; margin-bottom: var(--space-8);">
|
|
51
|
-
|
|
51
|
+
ServiceNow Development: Traditional vs Conversational
|
|
52
52
|
</h3>
|
|
53
53
|
|
|
54
54
|
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
|
|
55
|
-
<!--
|
|
55
|
+
<!-- Traditional ServiceNow Development -->
|
|
56
56
|
<div>
|
|
57
57
|
<h4 style="color: #ef4444; font-size: var(--font-xl); margin-bottom: var(--space-4);">
|
|
58
|
-
❌
|
|
58
|
+
❌ Traditional ServiceNow Development
|
|
59
59
|
</h4>
|
|
60
60
|
<ul style="color: var(--gray-300); line-height: var(--leading-relaxed); list-style: none; padding: 0;">
|
|
61
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
62
|
-
<li style="margin-bottom: var(--space-2);">• Limited
|
|
63
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
64
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
65
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
66
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
67
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
61
|
+
<li style="margin-bottom: var(--space-2);">• Web-based development through ServiceNow UI</li>
|
|
62
|
+
<li style="margin-bottom: var(--space-2);">• Limited browser text editing capabilities</li>
|
|
63
|
+
<li style="margin-bottom: var(--space-2);">• Copy-paste workflows between browser tabs</li>
|
|
64
|
+
<li style="margin-bottom: var(--space-2);">• Separate interfaces for different artifact types</li>
|
|
65
|
+
<li style="margin-bottom: var(--space-2);">• Manual table queries and data analysis</li>
|
|
66
|
+
<li style="margin-bottom: var(--space-2);">• Context switching between ServiceNow modules</li>
|
|
67
|
+
<li style="margin-bottom: var(--space-2);">• Steep learning curve for ServiceNow-specific patterns</li>
|
|
68
68
|
</ul>
|
|
69
69
|
</div>
|
|
70
70
|
|
|
71
|
-
<!--
|
|
71
|
+
<!-- Conversational Development with Snow-Flow -->
|
|
72
72
|
<div>
|
|
73
73
|
<h4 style="color: #10b981; font-size: var(--font-xl); margin-bottom: var(--space-4);">
|
|
74
|
-
✅
|
|
74
|
+
✅ Conversational Development with Snow-Flow
|
|
75
75
|
</h4>
|
|
76
76
|
<ul style="color: var(--gray-300); line-height: var(--leading-relaxed); list-style: none; padding: 0;">
|
|
77
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
78
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
79
|
-
<li style="margin-bottom: var(--space-2);">• Local
|
|
80
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
81
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
82
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
83
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
77
|
+
<li style="margin-bottom: var(--space-2);">• Natural language development through Claude Code</li>
|
|
78
|
+
<li style="margin-bottom: var(--space-2);">• Native code editing with full IDE features</li>
|
|
79
|
+
<li style="margin-bottom: var(--space-2);">• Local file-based development workflow</li>
|
|
80
|
+
<li style="margin-bottom: var(--space-2);">• Unified interface for all ServiceNow operations</li>
|
|
81
|
+
<li style="margin-bottom: var(--space-2);">• Conversational queries: "Show me all P1 incidents"</li>
|
|
82
|
+
<li style="margin-bottom: var(--space-2);">• Multi-agent coordination for complex tasks</li>
|
|
83
|
+
<li style="margin-bottom: var(--space-2);">• AI handles ServiceNow complexity and best practices</li>
|
|
84
84
|
</ul>
|
|
85
85
|
</div>
|
|
86
86
|
</div>
|
|
@@ -89,43 +89,42 @@
|
|
|
89
89
|
<!-- Core Capabilities -->
|
|
90
90
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
|
91
91
|
|
|
92
|
-
<!--
|
|
92
|
+
<!-- Conversational ServiceNow Operations -->
|
|
93
93
|
<div class="hero-inspired-card">
|
|
94
94
|
<div style="display: flex; align-items: center; margin-bottom: var(--space-4);">
|
|
95
|
-
<span style="font-size: var(--font-3xl); margin-right: var(--space-3);"
|
|
96
|
-
<h4 style="color: white; font-size: var(--font-xl);">
|
|
95
|
+
<span style="font-size: var(--font-3xl); margin-right: var(--space-3);">💬</span>
|
|
96
|
+
<h4 style="color: white; font-size: var(--font-xl);">Conversational ServiceNow Operations</h4>
|
|
97
97
|
</div>
|
|
98
98
|
<p style="color: var(--gray-200); margin-bottom: var(--space-4);">
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
Talk to your ServiceNow instance through natural language. Ask Claude Code to query tables,
|
|
100
|
+
deploy widgets, or analyze data - the MCP servers handle the technical implementation.
|
|
101
101
|
</p>
|
|
102
102
|
<div style="background: rgba(0,0,0,0.4); padding: var(--space-3); border-radius: var(--radius-md); font-family: var(--font-mono); font-size: var(--font-sm); color: var(--gray-300);">
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
//
|
|
108
|
-
snow_push_artifact({ sys_id: "widget_sys_id" })
|
|
103
|
+
"Show me all P1 incidents from last week"<br>
|
|
104
|
+
// → snow_query_table handles the query<br>
|
|
105
|
+
<br>
|
|
106
|
+
"Deploy this widget to my portal"<br>
|
|
107
|
+
// → snow_deploy validates and deploys
|
|
109
108
|
</div>
|
|
110
109
|
</div>
|
|
111
110
|
|
|
112
|
-
<!--
|
|
111
|
+
<!-- Local Development Bridge -->
|
|
113
112
|
<div class="hero-inspired-card">
|
|
114
113
|
<div style="display: flex; align-items: center; margin-bottom: var(--space-4);">
|
|
115
|
-
<span style="font-size: var(--font-3xl); margin-right: var(--space-3);"
|
|
116
|
-
<h4 style="color: white; font-size: var(--font-xl);">
|
|
114
|
+
<span style="font-size: var(--font-3xl); margin-right: var(--space-3);">💻</span>
|
|
115
|
+
<h4 style="color: white; font-size: var(--font-xl);">Local Development Bridge</h4>
|
|
117
116
|
</div>
|
|
118
117
|
<p style="color: var(--gray-200); margin-bottom: var(--space-4);">
|
|
119
|
-
|
|
120
|
-
|
|
118
|
+
Pull ServiceNow artifacts to local files, edit with native development tools,
|
|
119
|
+
then push back with validation. No more browser-based limitations.
|
|
121
120
|
</p>
|
|
122
121
|
<div style="background: rgba(0,0,0,0.4); padding: var(--space-3); border-radius: var(--radius-md); font-family: var(--font-mono); font-size: var(--font-sm); color: var(--gray-300);">
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
iocs: ["192.168.1.100"]<br>
|
|
122
|
+
snow_pull_artifact({<br>
|
|
123
|
+
sys_id: "widget_sys_id",<br>
|
|
124
|
+
table: "sp_widget"<br>
|
|
127
125
|
})<br>
|
|
128
|
-
//
|
|
126
|
+
// Edit locally with full IDE features<br>
|
|
127
|
+
snow_push_artifact({ sys_id: "widget_sys_id" })
|
|
129
128
|
</div>
|
|
130
129
|
</div>
|
|
131
130
|
</div>
|
|
@@ -133,11 +132,10 @@ snow_create_security_incident({<br>
|
|
|
133
132
|
<!-- Call to Action -->
|
|
134
133
|
<div class="text-center" style="margin-top: var(--space-16);">
|
|
135
134
|
<a href="#install" class="btn btn-hero-primary" style="font-size: var(--font-lg); padding: var(--space-4) var(--space-8);">
|
|
136
|
-
Start
|
|
137
|
-
<span style="margin-left: var(--space-2);">🚀</span>
|
|
135
|
+
Start Conversational ServiceNow Development
|
|
138
136
|
</a>
|
|
139
137
|
<p style="color: var(--gray-400); margin-top: var(--space-4); font-size: var(--font-sm);">
|
|
140
|
-
npm install snow-flow
|
|
138
|
+
npm install snow-flow • Setup in minutes • Talk to your ServiceNow instance
|
|
141
139
|
</p>
|
|
142
140
|
</div>
|
|
143
141
|
</div>
|