snow-flow 4.2.2 → 4.2.3
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/package.json +1 -1
- package/website/index.html +55 -57
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
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
|
@@ -191,40 +191,40 @@
|
|
|
191
191
|
What is Snow-Flow?
|
|
192
192
|
</h2>
|
|
193
193
|
<p class="hero-inspired-subtitle" style="font-size: var(--font-xl); max-width: 800px; margin: 0 auto;">
|
|
194
|
-
|
|
194
|
+
Conversational ServiceNow development platform using Claude Code as your development interface
|
|
195
195
|
</p>
|
|
196
196
|
</div>
|
|
197
197
|
|
|
198
198
|
<!-- How it Works Grid -->
|
|
199
199
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" style="margin-bottom: var(--space-20);">
|
|
200
200
|
|
|
201
|
-
<!-- MCP
|
|
201
|
+
<!-- MCP Server Integration -->
|
|
202
202
|
<div class="hero-inspired-card text-center">
|
|
203
203
|
<div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">🏗️</div>
|
|
204
|
-
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">MCP
|
|
204
|
+
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">MCP Server Integration</h3>
|
|
205
205
|
<p style="color: var(--gray-200); line-height: var(--leading-relaxed);">
|
|
206
|
-
|
|
207
|
-
Each server handles specific
|
|
206
|
+
20+ specialized MCP (Model Context Protocol) servers provide Claude Code with direct ServiceNow API access.
|
|
207
|
+
Each server handles specific ServiceNow operations like table queries, widget deployment, and machine learning.
|
|
208
208
|
</p>
|
|
209
209
|
</div>
|
|
210
210
|
|
|
211
|
-
<!--
|
|
211
|
+
<!-- Conversational Development -->
|
|
212
212
|
<div class="hero-inspired-card text-center">
|
|
213
213
|
<div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">🤖</div>
|
|
214
|
-
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">
|
|
214
|
+
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">Conversational Development</h3>
|
|
215
215
|
<p style="color: var(--gray-200); line-height: var(--leading-relaxed);">
|
|
216
|
-
|
|
217
|
-
|
|
216
|
+
Develop ServiceNow solutions through natural conversation with Claude Code.
|
|
217
|
+
No more navigating ServiceNow's web interface - just describe what you need and let the multi-agent system handle it.
|
|
218
218
|
</p>
|
|
219
219
|
</div>
|
|
220
220
|
|
|
221
|
-
<!--
|
|
221
|
+
<!-- Multi-Agent Orchestration -->
|
|
222
222
|
<div class="hero-inspired-card text-center">
|
|
223
|
-
<div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);"
|
|
224
|
-
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">
|
|
223
|
+
<div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">⚡</div>
|
|
224
|
+
<h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">Multi-Agent Orchestration</h3>
|
|
225
225
|
<p style="color: var(--gray-200); line-height: var(--leading-relaxed);">
|
|
226
|
-
|
|
227
|
-
|
|
226
|
+
Complex ServiceNow tasks are handled by coordinated specialist agents.
|
|
227
|
+
Each agent focuses on specific capabilities like widget development, data analysis, or deployment automation.
|
|
228
228
|
</p>
|
|
229
229
|
</div>
|
|
230
230
|
</div>
|
|
@@ -232,39 +232,39 @@
|
|
|
232
232
|
<!-- How Snow-Flow Works -->
|
|
233
233
|
<div class="hero-inspired-card" style="padding: var(--space-12); margin-bottom: var(--space-16);">
|
|
234
234
|
<h3 style="color: white; font-size: var(--font-3xl); text-align: center; margin-bottom: var(--space-8);">
|
|
235
|
-
|
|
235
|
+
ServiceNow Development: Traditional vs Conversational
|
|
236
236
|
</h3>
|
|
237
237
|
|
|
238
238
|
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
|
|
239
|
-
<!--
|
|
239
|
+
<!-- Traditional ServiceNow Development -->
|
|
240
240
|
<div>
|
|
241
241
|
<h4 style="color: #ef4444; font-size: var(--font-xl); margin-bottom: var(--space-4);">
|
|
242
|
-
❌
|
|
242
|
+
❌ Traditional ServiceNow Development
|
|
243
243
|
</h4>
|
|
244
244
|
<ul style="color: var(--gray-300); line-height: var(--leading-relaxed); list-style: none; padding: 0;">
|
|
245
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
246
|
-
<li style="margin-bottom: var(--space-2);">• Limited
|
|
247
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
248
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
249
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
250
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
251
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
245
|
+
<li style="margin-bottom: var(--space-2);">• Web-based development through ServiceNow UI</li>
|
|
246
|
+
<li style="margin-bottom: var(--space-2);">• Limited browser text editing capabilities</li>
|
|
247
|
+
<li style="margin-bottom: var(--space-2);">• Copy-paste workflows between browser tabs</li>
|
|
248
|
+
<li style="margin-bottom: var(--space-2);">• Separate interfaces for different artifact types</li>
|
|
249
|
+
<li style="margin-bottom: var(--space-2);">• Manual table queries and data analysis</li>
|
|
250
|
+
<li style="margin-bottom: var(--space-2);">• Context switching between ServiceNow modules</li>
|
|
251
|
+
<li style="margin-bottom: var(--space-2);">• Steep learning curve for ServiceNow-specific patterns</li>
|
|
252
252
|
</ul>
|
|
253
253
|
</div>
|
|
254
254
|
|
|
255
|
-
<!--
|
|
255
|
+
<!-- Conversational Development with Snow-Flow -->
|
|
256
256
|
<div>
|
|
257
257
|
<h4 style="color: #10b981; font-size: var(--font-xl); margin-bottom: var(--space-4);">
|
|
258
|
-
✅
|
|
258
|
+
✅ Conversational Development with Snow-Flow
|
|
259
259
|
</h4>
|
|
260
260
|
<ul style="color: var(--gray-300); line-height: var(--leading-relaxed); list-style: none; padding: 0;">
|
|
261
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
262
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
263
|
-
<li style="margin-bottom: var(--space-2);">• Local
|
|
264
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
265
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
266
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
267
|
-
<li style="margin-bottom: var(--space-2);">•
|
|
261
|
+
<li style="margin-bottom: var(--space-2);">• Natural language development through Claude Code</li>
|
|
262
|
+
<li style="margin-bottom: var(--space-2);">• Native code editing with full IDE features</li>
|
|
263
|
+
<li style="margin-bottom: var(--space-2);">• Local file-based development workflow</li>
|
|
264
|
+
<li style="margin-bottom: var(--space-2);">• Unified interface for all ServiceNow operations</li>
|
|
265
|
+
<li style="margin-bottom: var(--space-2);">• Conversational queries: "Show me all P1 incidents"</li>
|
|
266
|
+
<li style="margin-bottom: var(--space-2);">• Multi-agent coordination for complex tasks</li>
|
|
267
|
+
<li style="margin-bottom: var(--space-2);">• AI handles ServiceNow complexity and best practices</li>
|
|
268
268
|
</ul>
|
|
269
269
|
</div>
|
|
270
270
|
</div>
|
|
@@ -273,43 +273,42 @@
|
|
|
273
273
|
<!-- Core Capabilities -->
|
|
274
274
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
|
275
275
|
|
|
276
|
-
<!--
|
|
276
|
+
<!-- Conversational ServiceNow Operations -->
|
|
277
277
|
<div class="hero-inspired-card">
|
|
278
278
|
<div style="display: flex; align-items: center; margin-bottom: var(--space-4);">
|
|
279
|
-
<span style="font-size: var(--font-3xl); margin-right: var(--space-3);"
|
|
280
|
-
<h4 style="color: white; font-size: var(--font-xl);">
|
|
279
|
+
<span style="font-size: var(--font-3xl); margin-right: var(--space-3);">💬</span>
|
|
280
|
+
<h4 style="color: white; font-size: var(--font-xl);">Conversational ServiceNow Operations</h4>
|
|
281
281
|
</div>
|
|
282
282
|
<p style="color: var(--gray-200); margin-bottom: var(--space-4);">
|
|
283
|
-
|
|
284
|
-
|
|
283
|
+
Talk to your ServiceNow instance through natural language. Ask Claude Code to query tables,
|
|
284
|
+
deploy widgets, or analyze data - the MCP servers handle the technical implementation.
|
|
285
285
|
</p>
|
|
286
286
|
<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);">
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
//
|
|
292
|
-
snow_push_artifact({ sys_id: "widget_sys_id" })
|
|
287
|
+
"Show me all P1 incidents from last week"<br>
|
|
288
|
+
// → snow_query_table handles the query<br>
|
|
289
|
+
<br>
|
|
290
|
+
"Deploy this widget to my portal"<br>
|
|
291
|
+
// → snow_deploy validates and deploys
|
|
293
292
|
</div>
|
|
294
293
|
</div>
|
|
295
294
|
|
|
296
|
-
<!--
|
|
295
|
+
<!-- Local Development Bridge -->
|
|
297
296
|
<div class="hero-inspired-card">
|
|
298
297
|
<div style="display: flex; align-items: center; margin-bottom: var(--space-4);">
|
|
299
|
-
<span style="font-size: var(--font-3xl); margin-right: var(--space-3);"
|
|
300
|
-
<h4 style="color: white; font-size: var(--font-xl);">
|
|
298
|
+
<span style="font-size: var(--font-3xl); margin-right: var(--space-3);">💻</span>
|
|
299
|
+
<h4 style="color: white; font-size: var(--font-xl);">Local Development Bridge</h4>
|
|
301
300
|
</div>
|
|
302
301
|
<p style="color: var(--gray-200); margin-bottom: var(--space-4);">
|
|
303
|
-
|
|
304
|
-
|
|
302
|
+
Pull ServiceNow artifacts to local files, edit with native development tools,
|
|
303
|
+
then push back with validation. No more browser-based limitations.
|
|
305
304
|
</p>
|
|
306
305
|
<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);">
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
iocs: ["192.168.1.100"]<br>
|
|
306
|
+
snow_pull_artifact({<br>
|
|
307
|
+
sys_id: "widget_sys_id",<br>
|
|
308
|
+
table: "sp_widget"<br>
|
|
311
309
|
})<br>
|
|
312
|
-
//
|
|
310
|
+
// Edit locally with full IDE features<br>
|
|
311
|
+
snow_push_artifact({ sys_id: "widget_sys_id" })
|
|
313
312
|
</div>
|
|
314
313
|
</div>
|
|
315
314
|
</div>
|
|
@@ -317,11 +316,10 @@ snow_create_security_incident({<br>
|
|
|
317
316
|
<!-- Call to Action -->
|
|
318
317
|
<div class="text-center" style="margin-top: var(--space-16);">
|
|
319
318
|
<a href="#install" class="btn btn-hero-primary" style="font-size: var(--font-lg); padding: var(--space-4) var(--space-8);">
|
|
320
|
-
Start
|
|
321
|
-
<span style="margin-left: var(--space-2);">🚀</span>
|
|
319
|
+
Start Conversational ServiceNow Development
|
|
322
320
|
</a>
|
|
323
321
|
<p style="color: var(--gray-400); margin-top: var(--space-4); font-size: var(--font-sm);">
|
|
324
|
-
npm install snow-flow
|
|
322
|
+
npm install snow-flow • Setup in minutes • Talk to your ServiceNow instance
|
|
325
323
|
</p>
|
|
326
324
|
</div>
|
|
327
325
|
</div>
|