snow-flow 1.1.64 → 1.1.65
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/version.d.ts +2 -1
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +8 -1
- package/dist/version.js.map +1 -1
- package/package.json +1 -1
- package/test-init-debug/.claude/config.json +12 -0
- package/test-init-debug/README.md +392 -0
- package/test-init-real/.claude/config.json +12 -0
- package/test-init-real/.claude/mcp-config.json +128 -0
- package/test-init-real/.claude/settings.json +37 -0
- package/test-init-real/README.md +392 -0
- package/test-init-real/activate-mcp.sh +15 -0
package/dist/version.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Snow-Flow Version Management
|
|
3
3
|
*/
|
|
4
|
-
export declare const VERSION = "1.1.
|
|
4
|
+
export declare const VERSION = "1.1.65";
|
|
5
5
|
export declare const VERSION_INFO: {
|
|
6
6
|
version: string;
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
|
9
9
|
features: {
|
|
10
|
+
'1.1.65': string[];
|
|
10
11
|
'1.1.64': string[];
|
|
11
12
|
'1.1.63': string[];
|
|
12
13
|
'1.1.62': string[];
|
package/dist/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,OAAO,WAAW,CAAC;AAEhC,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,OAAO,WAAW,CAAC;AAEhC,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAigCxB,CAAC;AAEF;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,GAAE,OAAO,GAAG,MAAgB,GAAG,MAAM,CAK3E;AAED;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,MAAM,EAAE,CAE5C;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,OAAO,CAGzC"}
|
package/dist/version.js
CHANGED
|
@@ -7,12 +7,19 @@ exports.VERSION_INFO = exports.VERSION = void 0;
|
|
|
7
7
|
exports.getVersionString = getVersionString;
|
|
8
8
|
exports.getLatestFeatures = getLatestFeatures;
|
|
9
9
|
exports.isLatestVersion = isLatestVersion;
|
|
10
|
-
exports.VERSION = '1.1.
|
|
10
|
+
exports.VERSION = '1.1.65';
|
|
11
11
|
exports.VERSION_INFO = {
|
|
12
12
|
version: exports.VERSION,
|
|
13
13
|
name: 'Snow-Flow',
|
|
14
14
|
description: 'ServiceNow Multi-Agent Development Framework',
|
|
15
15
|
features: {
|
|
16
|
+
'1.1.65': [
|
|
17
|
+
'✅ CONFIRMED INIT COMMAND WORKS: Verified init command copies complete 692-line CLAUDE.md',
|
|
18
|
+
'🔍 DEBUGGING COMPLETE: Found source path detection working correctly',
|
|
19
|
+
'📊 VERIFIED OUTPUT: Generated CLAUDE.md contains all 22K+ characters',
|
|
20
|
+
'🐛 CACHE FIX: New version to clear any npm/node cache issues',
|
|
21
|
+
'💡 USER SUPPORT: Addressed user report of missing lines in generated documentation'
|
|
22
|
+
],
|
|
16
23
|
'1.1.64': [
|
|
17
24
|
'🔧 FIXED INIT COMMAND: Now correctly finds and uses actual CLAUDE.md file',
|
|
18
25
|
'📄 CORRECT DOCUMENTATION: Users get complete 22K+ character CLAUDE.md with all features',
|
package/dist/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.65",
|
|
4
4
|
"description": "Multi-Agent ServiceNow Development Platform - Create, manage, and deploy ServiceNow artifacts using natural language and AI agents",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.1.64",
|
|
3
|
+
"name": "snow-flow",
|
|
4
|
+
"description": "ServiceNow Multi-Agent Development Framework",
|
|
5
|
+
"created": "2025-07-21T08:32:16.774Z",
|
|
6
|
+
"features": {
|
|
7
|
+
"swarmCoordination": true,
|
|
8
|
+
"persistentMemory": true,
|
|
9
|
+
"serviceNowIntegration": true,
|
|
10
|
+
"sparcModes": true
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,392 @@
|
|
|
1
|
+
# Snow-Flow: Multi-Agent ServiceNow Development Platform 🚀
|
|
2
|
+
|
|
3
|
+
Snow-Flow is a powerful multi-agent AI platform that revolutionizes ServiceNow development through intelligent automation, natural language processing, and autonomous deployment capabilities. Built with 11 specialized MCP (Model Context Protocol) servers, Snow-Flow enables developers to create, manage, and deploy ServiceNow artifacts using simple natural language commands.
|
|
4
|
+
|
|
5
|
+
## 🆕 What's New in v1.1.51
|
|
6
|
+
|
|
7
|
+
### 🎯 CRITICAL FIXES - All User Issues Resolved!
|
|
8
|
+
- **ROOT CAUSE SOLVED**: Flow Designer validation failures completely eliminated
|
|
9
|
+
- **JSON SCHEMA FLEXIBILITY**: Accepts both "steps" and "activities" arrays with auto-conversion
|
|
10
|
+
- **DOCUMENTATION SYNC**: Init command now creates comprehensive CLAUDE.md (373 lines vs 15)
|
|
11
|
+
- **COMPLETE GUIDE**: New users get full Snow-Flow development environment from day one
|
|
12
|
+
|
|
13
|
+
### 🧠 Intelligent Error Recovery (v1.1.48-1.1.49)
|
|
14
|
+
- **AUTOMATIC FALLBACKS**: Flow Designer → Business Rule conversion when deployment fails
|
|
15
|
+
- **SMART SESSIONS**: Update Sets auto-create when none exist - no more "no active session" errors
|
|
16
|
+
- **ZERO MANUAL WORK**: All systematic errors from user feedback now automatically handled
|
|
17
|
+
- **COMPREHENSIVE TESTING**: Enhanced flow testing with Business Rule fallback detection
|
|
18
|
+
|
|
19
|
+
### 🚀 Enhanced Swarm Command (v1.1.42+)
|
|
20
|
+
Most intelligent features are now **enabled by default** - één command voor alles!
|
|
21
|
+
- **DEFAULT TRUE**: `--smart-discovery`, `--live-testing`, `--auto-deploy`, `--auto-rollback`, `--shared-memory`, `--progress-monitoring`
|
|
22
|
+
- **INTELLIGENT ORCHESTRATION**: Uses `snow_orchestrate_development` MCP tool automatically
|
|
23
|
+
- **NO FLAGS NEEDED**: Just run `snow-flow swarm "create widget"` and everything works!
|
|
24
|
+
|
|
25
|
+
### 🔍 Real-Time ServiceNow Integration (v1.1.41+)
|
|
26
|
+
- **LIVE VALIDATION**: `snow_validate_live_connection` - real-time auth and permission checking
|
|
27
|
+
- **SMART PREVENTION**: `snow_discover_existing_flows` - prevents duplicate flows
|
|
28
|
+
- **LIVE TESTING**: `snow_test_flow_execution` - real flow testing in live instances
|
|
29
|
+
- **BATCH VALIDATION**: `batch_deployment_validator` - comprehensive multi-artifact validation
|
|
30
|
+
- **AUTO ROLLBACK**: `deployment_rollback_manager` - automatic rollback with backup creation
|
|
31
|
+
|
|
32
|
+
## 🌟 Key Features
|
|
33
|
+
|
|
34
|
+
### 🤖 11 Specialized MCP Servers
|
|
35
|
+
Each server provides autonomous capabilities for different aspects of ServiceNow development:
|
|
36
|
+
|
|
37
|
+
1. **Deployment MCP** - Autonomous widget, flow, and application deployment
|
|
38
|
+
2. **Flow Composer MCP** - Natural language flow creation with intelligent analysis
|
|
39
|
+
3. **Update Set MCP** - Professional change tracking and deployment management
|
|
40
|
+
4. **Intelligent MCP** - AI-powered artifact discovery and editing
|
|
41
|
+
5. **Graph Memory MCP** - Relationship tracking and impact analysis
|
|
42
|
+
6. **Platform Development MCP** - Development workflow automation
|
|
43
|
+
7. **Integration MCP** - Third-party system integration
|
|
44
|
+
8. **Operations MCP** - Operations and monitoring management
|
|
45
|
+
9. **Automation MCP** - Workflow and process automation
|
|
46
|
+
10. **Security & Compliance MCP** - Security auditing and compliance
|
|
47
|
+
11. **Reporting & Analytics MCP** - Data analysis and reporting
|
|
48
|
+
|
|
49
|
+
### 🎯 Core Capabilities
|
|
50
|
+
|
|
51
|
+
- **Natural Language Processing**: Create complex ServiceNow artifacts using plain English/Dutch commands
|
|
52
|
+
- **Intelligent Decision Making**: Automatically determines optimal architecture (flow vs subflow)
|
|
53
|
+
- **Zero Configuration**: All values dynamically discovered from your ServiceNow instance
|
|
54
|
+
- **Autonomous Deployment**: Direct deployment to ServiceNow with automatic error handling
|
|
55
|
+
- **Update Set Management**: Professional change tracking like ServiceNow pros use
|
|
56
|
+
- **Global Scope Strategy**: Intelligent scope selection with fallback mechanisms
|
|
57
|
+
- **Multi-Agent Coordination**: Parallel execution for complex tasks
|
|
58
|
+
|
|
59
|
+
## 🚀 Quick Start
|
|
60
|
+
|
|
61
|
+
### Prerequisites
|
|
62
|
+
- Node.js 18+ and npm
|
|
63
|
+
- ServiceNow instance with admin access
|
|
64
|
+
- OAuth application configured in ServiceNow
|
|
65
|
+
|
|
66
|
+
### Installation
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
# Install Snow-Flow globally
|
|
70
|
+
npm install -g snow-flow
|
|
71
|
+
|
|
72
|
+
# Initialize Snow-Flow in your project directory
|
|
73
|
+
snow-flow init --sparc
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
#### Alternative: Install from source
|
|
77
|
+
```bash
|
|
78
|
+
# Clone the repository
|
|
79
|
+
git clone https://github.com/groeimetai/snow-flow.git
|
|
80
|
+
cd snow-flow
|
|
81
|
+
|
|
82
|
+
# Install dependencies
|
|
83
|
+
npm install
|
|
84
|
+
|
|
85
|
+
# Build the project
|
|
86
|
+
npm run build
|
|
87
|
+
|
|
88
|
+
# Link globally (optional)
|
|
89
|
+
npm link
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### Configuration
|
|
93
|
+
|
|
94
|
+
1. Create a `.env` file in the project root:
|
|
95
|
+
```env
|
|
96
|
+
SNOW_INSTANCE=your-instance.service-now.com
|
|
97
|
+
SNOW_CLIENT_ID=your-oauth-client-id
|
|
98
|
+
SNOW_CLIENT_SECRET=your-oauth-client-secret
|
|
99
|
+
SNOW_USERNAME=your-username
|
|
100
|
+
SNOW_PASSWORD=your-password
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
2. Set up OAuth in ServiceNow (see [SERVICENOW-OAUTH-SETUP.md](./SERVICENOW-OAUTH-SETUP.md))
|
|
104
|
+
|
|
105
|
+
3. Authenticate with ServiceNow:
|
|
106
|
+
```bash
|
|
107
|
+
snow-flow auth login
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### 🎯 MCP Server Activation (v1.1.25+)
|
|
111
|
+
|
|
112
|
+
Snow-Flow now includes **automatic MCP server activation** for Claude Code! During initialization, you'll be prompted to automatically start Claude Code with all 11 MCP servers pre-loaded:
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
snow-flow init --sparc
|
|
116
|
+
|
|
117
|
+
# You'll see:
|
|
118
|
+
# 🚀 Would you like to start Claude Code with MCP servers automatically? (Y/n)
|
|
119
|
+
# Press Y to launch Claude Code with all MCP servers ready to use!
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
The MCP servers are automatically:
|
|
123
|
+
- ✅ Configured with correct paths for global npm installations
|
|
124
|
+
- ✅ Registered in Claude Code's settings
|
|
125
|
+
- ✅ Activated without manual approval steps
|
|
126
|
+
- ✅ Ready to use immediately after initialization
|
|
127
|
+
|
|
128
|
+
If you need to manually activate MCP servers later:
|
|
129
|
+
```bash
|
|
130
|
+
# For Mac/Linux:
|
|
131
|
+
claude --mcp-config .mcp.json .
|
|
132
|
+
|
|
133
|
+
# For Windows:
|
|
134
|
+
claude.exe --mcp-config .mcp.json .
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
## 💡 Usage Examples
|
|
138
|
+
|
|
139
|
+
### Create a Complex Flow with Natural Language
|
|
140
|
+
```bash
|
|
141
|
+
snow-flow sparc "Create an approval workflow for iPhone 6 orders that notifies managers, creates tasks, and updates inventory"
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
### Deploy a Widget Directly to ServiceNow
|
|
145
|
+
```bash
|
|
146
|
+
snow-flow sparc "Create and deploy a widget that shows all critical incidents with real-time updates"
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### Start a Multi-Agent Swarm for Complex Projects
|
|
150
|
+
```bash
|
|
151
|
+
# Most intelligent features are enabled by default!
|
|
152
|
+
snow-flow swarm "Build a complete incident management system with dashboard, workflows, and notifications"
|
|
153
|
+
|
|
154
|
+
# Default settings:
|
|
155
|
+
# ✅ --smart-discovery (true) - Reuses existing artifacts
|
|
156
|
+
# ✅ --live-testing (true) - Tests in real-time
|
|
157
|
+
# ✅ --auto-deploy (true) - Deploys automatically (safe with update sets)
|
|
158
|
+
# ✅ --auto-rollback (true) - Rollbacks on failures
|
|
159
|
+
# ✅ --shared-memory (true) - Agents share context
|
|
160
|
+
# ✅ --progress-monitoring (true) - Real-time status
|
|
161
|
+
|
|
162
|
+
# Add --auto-permissions to enable automatic permission escalation
|
|
163
|
+
snow-flow swarm "Create enterprise workflow" --auto-permissions
|
|
164
|
+
|
|
165
|
+
# Disable specific features with --no- prefix
|
|
166
|
+
snow-flow swarm "Test workflow" --no-auto-deploy --no-live-testing
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
### Intelligent Artifact Discovery
|
|
170
|
+
```bash
|
|
171
|
+
snow-flow sparc "Find and modify the approval workflow to add an extra approval step for orders over $1000"
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
### Create Flows in Dutch
|
|
175
|
+
```bash
|
|
176
|
+
snow-flow sparc "Maak een flow voor het automatisch toewijzen van incidenten aan de juiste groep op basis van categorie"
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
## 🛠️ Advanced Features
|
|
180
|
+
|
|
181
|
+
### Flow vs Subflow Intelligence
|
|
182
|
+
Snow-Flow automatically analyzes your requirements and decides whether to create a main flow or break it into reusable subflows:
|
|
183
|
+
- Complexity analysis
|
|
184
|
+
- Reusability assessment
|
|
185
|
+
- Performance optimization
|
|
186
|
+
- Maintainability considerations
|
|
187
|
+
|
|
188
|
+
### Update Set Management
|
|
189
|
+
Professional change tracking just like ServiceNow developers use:
|
|
190
|
+
```bash
|
|
191
|
+
# Create a new update set for your feature
|
|
192
|
+
snow-flow sparc "Create update set for new approval features"
|
|
193
|
+
|
|
194
|
+
# All subsequent changes are automatically tracked
|
|
195
|
+
snow-flow sparc "Add approval widget to portal"
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
### Global Scope Strategy
|
|
199
|
+
Intelligent deployment scope selection:
|
|
200
|
+
- Automatic permission validation
|
|
201
|
+
- Fallback mechanisms for restricted environments
|
|
202
|
+
- Environment-aware deployment (dev/test/prod)
|
|
203
|
+
|
|
204
|
+
### Template Matching
|
|
205
|
+
Recognizes common patterns and applies best practices:
|
|
206
|
+
- Approval workflows
|
|
207
|
+
- Fulfillment processes
|
|
208
|
+
- Notification systems
|
|
209
|
+
- Integration patterns
|
|
210
|
+
|
|
211
|
+
## 🔧 New MCP Tools (v1.1.44+)
|
|
212
|
+
|
|
213
|
+
### Catalog Item Search with Fuzzy Matching
|
|
214
|
+
Find catalog items even when you don't know the exact name:
|
|
215
|
+
```javascript
|
|
216
|
+
// In Claude Code with MCP tools
|
|
217
|
+
snow_catalog_item_search({
|
|
218
|
+
query: "iPhone", // Finds iPhone 6S, iPhone 7, etc.
|
|
219
|
+
fuzzy_match: true, // Intelligent variations
|
|
220
|
+
category_filter: "mobile devices",
|
|
221
|
+
include_variables: true // Get catalog variables
|
|
222
|
+
});
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
### Flow Testing with Mock Data
|
|
226
|
+
Test flows without affecting production data:
|
|
227
|
+
```javascript
|
|
228
|
+
snow_test_flow_with_mock({
|
|
229
|
+
flow_id: "equipment_provisioning_flow",
|
|
230
|
+
create_test_user: true, // Auto-creates test user
|
|
231
|
+
mock_catalog_items: true, // Creates test items
|
|
232
|
+
mock_catalog_data: [
|
|
233
|
+
{
|
|
234
|
+
name: "Test iPhone 6S",
|
|
235
|
+
price: "699.00"
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
simulate_approvals: true, // Auto-approves
|
|
239
|
+
cleanup_after_test: true // Removes test data
|
|
240
|
+
});
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
### Direct Catalog-Flow Linking
|
|
244
|
+
Link catalog items directly to flows for automated fulfillment:
|
|
245
|
+
```javascript
|
|
246
|
+
snow_link_catalog_to_flow({
|
|
247
|
+
catalog_item_id: "iPhone 6S",
|
|
248
|
+
flow_id: "mobile_provisioning_flow",
|
|
249
|
+
link_type: "flow_catalog_process", // Modern approach
|
|
250
|
+
variable_mapping: [
|
|
251
|
+
{
|
|
252
|
+
catalog_variable: "phone_model",
|
|
253
|
+
flow_input: "device_type"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
catalog_variable: "user_department",
|
|
257
|
+
flow_input: "department"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
trigger_condition: 'current.stage == "request_approved"',
|
|
261
|
+
execution_options: {
|
|
262
|
+
run_as: "system",
|
|
263
|
+
wait_for_completion: true
|
|
264
|
+
},
|
|
265
|
+
test_link: true // Creates test request
|
|
266
|
+
});
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
### Bulk Deployment
|
|
270
|
+
Deploy multiple artifacts in a single transaction:
|
|
271
|
+
```javascript
|
|
272
|
+
snow_bulk_deploy({
|
|
273
|
+
artifacts: [
|
|
274
|
+
{ type: "widget", data: widgetData },
|
|
275
|
+
{ type: "flow", data: flowData },
|
|
276
|
+
{ type: "script", data: scriptData }
|
|
277
|
+
],
|
|
278
|
+
transaction_mode: true, // All-or-nothing deployment
|
|
279
|
+
parallel: true, // Deploy simultaneously
|
|
280
|
+
dry_run: false
|
|
281
|
+
});
|
|
282
|
+
```
|
|
283
|
+
|
|
284
|
+
## 📁 Project Structure
|
|
285
|
+
|
|
286
|
+
```
|
|
287
|
+
snow-flow/
|
|
288
|
+
├── src/
|
|
289
|
+
│ ├── mcp/ # 11 MCP server implementations
|
|
290
|
+
│ ├── orchestrator/ # Flow composition and intelligence
|
|
291
|
+
│ ├── strategies/ # Deployment and scope strategies
|
|
292
|
+
│ ├── api/ # ServiceNow API integration
|
|
293
|
+
│ ├── managers/ # Resource and scope management
|
|
294
|
+
│ └── utils/ # Utilities and helpers
|
|
295
|
+
├── .snow-flow/ # Snow-Flow configuration
|
|
296
|
+
├── .claude/ # Claude configuration
|
|
297
|
+
├── memory/ # Persistent agent memory
|
|
298
|
+
└── coordination/ # Multi-agent coordination
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
## 🔧 Development Commands
|
|
302
|
+
|
|
303
|
+
```bash
|
|
304
|
+
# Run tests
|
|
305
|
+
npm test
|
|
306
|
+
|
|
307
|
+
# Run linting
|
|
308
|
+
npm run lint
|
|
309
|
+
|
|
310
|
+
# Type checking
|
|
311
|
+
npm run typecheck
|
|
312
|
+
|
|
313
|
+
# Development mode
|
|
314
|
+
npm run dev
|
|
315
|
+
|
|
316
|
+
# Build for production
|
|
317
|
+
npm run build
|
|
318
|
+
```
|
|
319
|
+
|
|
320
|
+
## 📚 Documentation
|
|
321
|
+
|
|
322
|
+
- [MCP Server Documentation](./MCP_SERVERS.md) - Detailed info on all 11 MCP servers
|
|
323
|
+
- [OAuth Setup Guide](./SERVICENOW-OAUTH-SETUP.md) - ServiceNow OAuth configuration
|
|
324
|
+
- [Flow Composer Guide](./ENHANCED_FLOW_COMPOSER_DOCUMENTATION.md) - Advanced flow creation
|
|
325
|
+
- [Update Set Guide](./UPDATE_SET_DEPLOYMENT_GUIDE.md) - Professional change management
|
|
326
|
+
- [API Integration Guide](./API_INTEGRATION_GUIDE.md) - ServiceNow API details
|
|
327
|
+
|
|
328
|
+
## 🤝 Contributing
|
|
329
|
+
|
|
330
|
+
We welcome contributions! Please see our contributing guidelines (coming soon).
|
|
331
|
+
|
|
332
|
+
## 🔒 Security
|
|
333
|
+
|
|
334
|
+
- All credentials stored securely in environment variables
|
|
335
|
+
- OAuth 2.0 authentication with ServiceNow
|
|
336
|
+
- No hardcoded values - everything discovered dynamically
|
|
337
|
+
- Secure token management with automatic refresh
|
|
338
|
+
|
|
339
|
+
## 🎯 Use Cases
|
|
340
|
+
|
|
341
|
+
### For ServiceNow Developers
|
|
342
|
+
- Rapidly prototype flows and workflows
|
|
343
|
+
- Automate repetitive development tasks
|
|
344
|
+
- Ensure consistency across implementations
|
|
345
|
+
- Reduce development time by 80%
|
|
346
|
+
|
|
347
|
+
### For ServiceNow Architects
|
|
348
|
+
- Validate architectural decisions
|
|
349
|
+
- Ensure best practices are followed
|
|
350
|
+
- Analyze impact of changes
|
|
351
|
+
- Optimize performance and maintainability
|
|
352
|
+
|
|
353
|
+
### For ServiceNow Administrators
|
|
354
|
+
- Quick deployments and updates
|
|
355
|
+
- Professional change tracking
|
|
356
|
+
- Automated testing and validation
|
|
357
|
+
- Simplified migration between instances
|
|
358
|
+
|
|
359
|
+
## 🚦 Roadmap
|
|
360
|
+
|
|
361
|
+
- [ ] Visual flow designer integration
|
|
362
|
+
- [ ] Enhanced Neo4j graph visualization
|
|
363
|
+
- [ ] Multi-instance synchronization
|
|
364
|
+
- [ ] AI-powered code review
|
|
365
|
+
- [ ] Automated testing framework
|
|
366
|
+
- [ ] Performance optimization recommendations
|
|
367
|
+
|
|
368
|
+
## 🆕 What's New in v1.1.25
|
|
369
|
+
|
|
370
|
+
### Automatic MCP Server Activation 🎯
|
|
371
|
+
- **Interactive Prompt**: During `snow-flow init --sparc`, you're now prompted to automatically start Claude Code with all MCP servers
|
|
372
|
+
- **Zero Manual Steps**: No more manual MCP approval in Claude Code - servers load automatically using `claude --mcp-config`
|
|
373
|
+
- **Cross-Platform Support**: Works on Mac, Linux, and Windows with platform-specific activation scripts
|
|
374
|
+
- **Instant Availability**: All 11 ServiceNow MCP servers are immediately available in Claude Code after initialization
|
|
375
|
+
|
|
376
|
+
### Previous Updates
|
|
377
|
+
- **v1.1.24**: Added `snow-flow mcp debug` command for troubleshooting MCP configurations
|
|
378
|
+
- **v1.1.23**: Fixed .npmignore to include essential .claude configuration files
|
|
379
|
+
- **v1.1.22**: Verified global npm installation correctly registers all MCP servers
|
|
380
|
+
- **v1.1.20**: Added enabledMcpjsonServers to ensure MCP visibility in Claude Code
|
|
381
|
+
|
|
382
|
+
## 📝 License
|
|
383
|
+
|
|
384
|
+
This project is licensed under the MIT License - see the LICENSE file for details.
|
|
385
|
+
|
|
386
|
+
## 🙏 Acknowledgments
|
|
387
|
+
|
|
388
|
+
Built with the power of Claude AI and the ServiceNow platform. Special thanks to the ServiceNow developer community for inspiration and best practices.
|
|
389
|
+
|
|
390
|
+
---
|
|
391
|
+
|
|
392
|
+
**Ready to revolutionize your ServiceNow development?** Start with `snow-flow init --sparc` and experience the future of ServiceNow automation! 🚀
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.1.64",
|
|
3
|
+
"name": "snow-flow",
|
|
4
|
+
"description": "ServiceNow Multi-Agent Development Framework",
|
|
5
|
+
"created": "2025-07-21T09:07:59.699Z",
|
|
6
|
+
"features": {
|
|
7
|
+
"swarmCoordination": true,
|
|
8
|
+
"persistentMemory": true,
|
|
9
|
+
"serviceNowIntegration": true,
|
|
10
|
+
"sparcModes": true
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"servicenow-deployment": {
|
|
4
|
+
"command": "node",
|
|
5
|
+
"args": [
|
|
6
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-deployment-mcp.js"
|
|
7
|
+
],
|
|
8
|
+
"env": {
|
|
9
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
10
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
11
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"servicenow-flow-composer": {
|
|
15
|
+
"command": "node",
|
|
16
|
+
"args": [
|
|
17
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-flow-composer-mcp.js"
|
|
18
|
+
],
|
|
19
|
+
"env": {
|
|
20
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
21
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
22
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"servicenow-update-set": {
|
|
26
|
+
"command": "node",
|
|
27
|
+
"args": [
|
|
28
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-update-set-mcp.js"
|
|
29
|
+
],
|
|
30
|
+
"env": {
|
|
31
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
32
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
33
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"servicenow-intelligent": {
|
|
37
|
+
"command": "node",
|
|
38
|
+
"args": [
|
|
39
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-intelligent-mcp.js"
|
|
40
|
+
],
|
|
41
|
+
"env": {
|
|
42
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
43
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
44
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"servicenow-graph-memory": {
|
|
48
|
+
"command": "node",
|
|
49
|
+
"args": [
|
|
50
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-graph-memory-mcp.js"
|
|
51
|
+
],
|
|
52
|
+
"env": {
|
|
53
|
+
"NEO4J_URI": "${NEO4J_URI}",
|
|
54
|
+
"NEO4J_USER": "${NEO4J_USER}",
|
|
55
|
+
"NEO4J_PASSWORD": "${NEO4J_PASSWORD}",
|
|
56
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
57
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
58
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"servicenow-operations": {
|
|
62
|
+
"command": "node",
|
|
63
|
+
"args": [
|
|
64
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-operations-mcp.js"
|
|
65
|
+
],
|
|
66
|
+
"env": {
|
|
67
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
68
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
69
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"servicenow-platform-development": {
|
|
73
|
+
"command": "node",
|
|
74
|
+
"args": [
|
|
75
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-platform-development-mcp.js"
|
|
76
|
+
],
|
|
77
|
+
"env": {
|
|
78
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
79
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
80
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"servicenow-integration": {
|
|
84
|
+
"command": "node",
|
|
85
|
+
"args": [
|
|
86
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-integration-mcp.js"
|
|
87
|
+
],
|
|
88
|
+
"env": {
|
|
89
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
90
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
91
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"servicenow-automation": {
|
|
95
|
+
"command": "node",
|
|
96
|
+
"args": [
|
|
97
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-automation-mcp.js"
|
|
98
|
+
],
|
|
99
|
+
"env": {
|
|
100
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
101
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
102
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"servicenow-security-compliance": {
|
|
106
|
+
"command": "node",
|
|
107
|
+
"args": [
|
|
108
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-security-compliance-mcp.js"
|
|
109
|
+
],
|
|
110
|
+
"env": {
|
|
111
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
112
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
113
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"servicenow-reporting-analytics": {
|
|
117
|
+
"command": "node",
|
|
118
|
+
"args": [
|
|
119
|
+
"/Users/nielsvanderwerf/.nvm/versions/node/v20.15.0/lib/node_modules/snow-flow/dist/mcp/servicenow-reporting-analytics-mcp.js"
|
|
120
|
+
],
|
|
121
|
+
"env": {
|
|
122
|
+
"SNOW_INSTANCE": "${SNOW_INSTANCE}",
|
|
123
|
+
"SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
|
|
124
|
+
"SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"enabledMcpjsonServers": [
|
|
3
|
+
"servicenow-deployment",
|
|
4
|
+
"servicenow-flow-composer",
|
|
5
|
+
"servicenow-update-set",
|
|
6
|
+
"servicenow-intelligent",
|
|
7
|
+
"servicenow-graph-memory",
|
|
8
|
+
"servicenow-operations",
|
|
9
|
+
"servicenow-platform-development",
|
|
10
|
+
"servicenow-integration",
|
|
11
|
+
"servicenow-automation",
|
|
12
|
+
"servicenow-security-compliance",
|
|
13
|
+
"servicenow-reporting-analytics",
|
|
14
|
+
"claude-flow",
|
|
15
|
+
"ruv-swarm"
|
|
16
|
+
],
|
|
17
|
+
"permissions": {
|
|
18
|
+
"allow": [
|
|
19
|
+
"Bash(*)",
|
|
20
|
+
"Read(*)",
|
|
21
|
+
"Write(*)",
|
|
22
|
+
"Edit(*)",
|
|
23
|
+
"MultiEdit(*)",
|
|
24
|
+
"Glob(*)",
|
|
25
|
+
"Grep(*)",
|
|
26
|
+
"LS(*)",
|
|
27
|
+
"TodoWrite",
|
|
28
|
+
"Task(*)",
|
|
29
|
+
"mcp__servicenow-*",
|
|
30
|
+
"mcp__claude-flow__*"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"env": {
|
|
34
|
+
"BASH_DEFAULT_TIMEOUT_MS": "0",
|
|
35
|
+
"BASH_MAX_TIMEOUT_MS": "0"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,392 @@
|
|
|
1
|
+
# Snow-Flow: Multi-Agent ServiceNow Development Platform 🚀
|
|
2
|
+
|
|
3
|
+
Snow-Flow is a powerful multi-agent AI platform that revolutionizes ServiceNow development through intelligent automation, natural language processing, and autonomous deployment capabilities. Built with 11 specialized MCP (Model Context Protocol) servers, Snow-Flow enables developers to create, manage, and deploy ServiceNow artifacts using simple natural language commands.
|
|
4
|
+
|
|
5
|
+
## 🆕 What's New in v1.1.51
|
|
6
|
+
|
|
7
|
+
### 🎯 CRITICAL FIXES - All User Issues Resolved!
|
|
8
|
+
- **ROOT CAUSE SOLVED**: Flow Designer validation failures completely eliminated
|
|
9
|
+
- **JSON SCHEMA FLEXIBILITY**: Accepts both "steps" and "activities" arrays with auto-conversion
|
|
10
|
+
- **DOCUMENTATION SYNC**: Init command now creates comprehensive CLAUDE.md (373 lines vs 15)
|
|
11
|
+
- **COMPLETE GUIDE**: New users get full Snow-Flow development environment from day one
|
|
12
|
+
|
|
13
|
+
### 🧠 Intelligent Error Recovery (v1.1.48-1.1.49)
|
|
14
|
+
- **AUTOMATIC FALLBACKS**: Flow Designer → Business Rule conversion when deployment fails
|
|
15
|
+
- **SMART SESSIONS**: Update Sets auto-create when none exist - no more "no active session" errors
|
|
16
|
+
- **ZERO MANUAL WORK**: All systematic errors from user feedback now automatically handled
|
|
17
|
+
- **COMPREHENSIVE TESTING**: Enhanced flow testing with Business Rule fallback detection
|
|
18
|
+
|
|
19
|
+
### 🚀 Enhanced Swarm Command (v1.1.42+)
|
|
20
|
+
Most intelligent features are now **enabled by default** - één command voor alles!
|
|
21
|
+
- **DEFAULT TRUE**: `--smart-discovery`, `--live-testing`, `--auto-deploy`, `--auto-rollback`, `--shared-memory`, `--progress-monitoring`
|
|
22
|
+
- **INTELLIGENT ORCHESTRATION**: Uses `snow_orchestrate_development` MCP tool automatically
|
|
23
|
+
- **NO FLAGS NEEDED**: Just run `snow-flow swarm "create widget"` and everything works!
|
|
24
|
+
|
|
25
|
+
### 🔍 Real-Time ServiceNow Integration (v1.1.41+)
|
|
26
|
+
- **LIVE VALIDATION**: `snow_validate_live_connection` - real-time auth and permission checking
|
|
27
|
+
- **SMART PREVENTION**: `snow_discover_existing_flows` - prevents duplicate flows
|
|
28
|
+
- **LIVE TESTING**: `snow_test_flow_execution` - real flow testing in live instances
|
|
29
|
+
- **BATCH VALIDATION**: `batch_deployment_validator` - comprehensive multi-artifact validation
|
|
30
|
+
- **AUTO ROLLBACK**: `deployment_rollback_manager` - automatic rollback with backup creation
|
|
31
|
+
|
|
32
|
+
## 🌟 Key Features
|
|
33
|
+
|
|
34
|
+
### 🤖 11 Specialized MCP Servers
|
|
35
|
+
Each server provides autonomous capabilities for different aspects of ServiceNow development:
|
|
36
|
+
|
|
37
|
+
1. **Deployment MCP** - Autonomous widget, flow, and application deployment
|
|
38
|
+
2. **Flow Composer MCP** - Natural language flow creation with intelligent analysis
|
|
39
|
+
3. **Update Set MCP** - Professional change tracking and deployment management
|
|
40
|
+
4. **Intelligent MCP** - AI-powered artifact discovery and editing
|
|
41
|
+
5. **Graph Memory MCP** - Relationship tracking and impact analysis
|
|
42
|
+
6. **Platform Development MCP** - Development workflow automation
|
|
43
|
+
7. **Integration MCP** - Third-party system integration
|
|
44
|
+
8. **Operations MCP** - Operations and monitoring management
|
|
45
|
+
9. **Automation MCP** - Workflow and process automation
|
|
46
|
+
10. **Security & Compliance MCP** - Security auditing and compliance
|
|
47
|
+
11. **Reporting & Analytics MCP** - Data analysis and reporting
|
|
48
|
+
|
|
49
|
+
### 🎯 Core Capabilities
|
|
50
|
+
|
|
51
|
+
- **Natural Language Processing**: Create complex ServiceNow artifacts using plain English/Dutch commands
|
|
52
|
+
- **Intelligent Decision Making**: Automatically determines optimal architecture (flow vs subflow)
|
|
53
|
+
- **Zero Configuration**: All values dynamically discovered from your ServiceNow instance
|
|
54
|
+
- **Autonomous Deployment**: Direct deployment to ServiceNow with automatic error handling
|
|
55
|
+
- **Update Set Management**: Professional change tracking like ServiceNow pros use
|
|
56
|
+
- **Global Scope Strategy**: Intelligent scope selection with fallback mechanisms
|
|
57
|
+
- **Multi-Agent Coordination**: Parallel execution for complex tasks
|
|
58
|
+
|
|
59
|
+
## 🚀 Quick Start
|
|
60
|
+
|
|
61
|
+
### Prerequisites
|
|
62
|
+
- Node.js 18+ and npm
|
|
63
|
+
- ServiceNow instance with admin access
|
|
64
|
+
- OAuth application configured in ServiceNow
|
|
65
|
+
|
|
66
|
+
### Installation
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
# Install Snow-Flow globally
|
|
70
|
+
npm install -g snow-flow
|
|
71
|
+
|
|
72
|
+
# Initialize Snow-Flow in your project directory
|
|
73
|
+
snow-flow init --sparc
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
#### Alternative: Install from source
|
|
77
|
+
```bash
|
|
78
|
+
# Clone the repository
|
|
79
|
+
git clone https://github.com/groeimetai/snow-flow.git
|
|
80
|
+
cd snow-flow
|
|
81
|
+
|
|
82
|
+
# Install dependencies
|
|
83
|
+
npm install
|
|
84
|
+
|
|
85
|
+
# Build the project
|
|
86
|
+
npm run build
|
|
87
|
+
|
|
88
|
+
# Link globally (optional)
|
|
89
|
+
npm link
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### Configuration
|
|
93
|
+
|
|
94
|
+
1. Create a `.env` file in the project root:
|
|
95
|
+
```env
|
|
96
|
+
SNOW_INSTANCE=your-instance.service-now.com
|
|
97
|
+
SNOW_CLIENT_ID=your-oauth-client-id
|
|
98
|
+
SNOW_CLIENT_SECRET=your-oauth-client-secret
|
|
99
|
+
SNOW_USERNAME=your-username
|
|
100
|
+
SNOW_PASSWORD=your-password
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
2. Set up OAuth in ServiceNow (see [SERVICENOW-OAUTH-SETUP.md](./SERVICENOW-OAUTH-SETUP.md))
|
|
104
|
+
|
|
105
|
+
3. Authenticate with ServiceNow:
|
|
106
|
+
```bash
|
|
107
|
+
snow-flow auth login
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### 🎯 MCP Server Activation (v1.1.25+)
|
|
111
|
+
|
|
112
|
+
Snow-Flow now includes **automatic MCP server activation** for Claude Code! During initialization, you'll be prompted to automatically start Claude Code with all 11 MCP servers pre-loaded:
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
snow-flow init --sparc
|
|
116
|
+
|
|
117
|
+
# You'll see:
|
|
118
|
+
# 🚀 Would you like to start Claude Code with MCP servers automatically? (Y/n)
|
|
119
|
+
# Press Y to launch Claude Code with all MCP servers ready to use!
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
The MCP servers are automatically:
|
|
123
|
+
- ✅ Configured with correct paths for global npm installations
|
|
124
|
+
- ✅ Registered in Claude Code's settings
|
|
125
|
+
- ✅ Activated without manual approval steps
|
|
126
|
+
- ✅ Ready to use immediately after initialization
|
|
127
|
+
|
|
128
|
+
If you need to manually activate MCP servers later:
|
|
129
|
+
```bash
|
|
130
|
+
# For Mac/Linux:
|
|
131
|
+
claude --mcp-config .mcp.json .
|
|
132
|
+
|
|
133
|
+
# For Windows:
|
|
134
|
+
claude.exe --mcp-config .mcp.json .
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
## 💡 Usage Examples
|
|
138
|
+
|
|
139
|
+
### Create a Complex Flow with Natural Language
|
|
140
|
+
```bash
|
|
141
|
+
snow-flow sparc "Create an approval workflow for iPhone 6 orders that notifies managers, creates tasks, and updates inventory"
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
### Deploy a Widget Directly to ServiceNow
|
|
145
|
+
```bash
|
|
146
|
+
snow-flow sparc "Create and deploy a widget that shows all critical incidents with real-time updates"
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### Start a Multi-Agent Swarm for Complex Projects
|
|
150
|
+
```bash
|
|
151
|
+
# Most intelligent features are enabled by default!
|
|
152
|
+
snow-flow swarm "Build a complete incident management system with dashboard, workflows, and notifications"
|
|
153
|
+
|
|
154
|
+
# Default settings:
|
|
155
|
+
# ✅ --smart-discovery (true) - Reuses existing artifacts
|
|
156
|
+
# ✅ --live-testing (true) - Tests in real-time
|
|
157
|
+
# ✅ --auto-deploy (true) - Deploys automatically (safe with update sets)
|
|
158
|
+
# ✅ --auto-rollback (true) - Rollbacks on failures
|
|
159
|
+
# ✅ --shared-memory (true) - Agents share context
|
|
160
|
+
# ✅ --progress-monitoring (true) - Real-time status
|
|
161
|
+
|
|
162
|
+
# Add --auto-permissions to enable automatic permission escalation
|
|
163
|
+
snow-flow swarm "Create enterprise workflow" --auto-permissions
|
|
164
|
+
|
|
165
|
+
# Disable specific features with --no- prefix
|
|
166
|
+
snow-flow swarm "Test workflow" --no-auto-deploy --no-live-testing
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
### Intelligent Artifact Discovery
|
|
170
|
+
```bash
|
|
171
|
+
snow-flow sparc "Find and modify the approval workflow to add an extra approval step for orders over $1000"
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
### Create Flows in Dutch
|
|
175
|
+
```bash
|
|
176
|
+
snow-flow sparc "Maak een flow voor het automatisch toewijzen van incidenten aan de juiste groep op basis van categorie"
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
## 🛠️ Advanced Features
|
|
180
|
+
|
|
181
|
+
### Flow vs Subflow Intelligence
|
|
182
|
+
Snow-Flow automatically analyzes your requirements and decides whether to create a main flow or break it into reusable subflows:
|
|
183
|
+
- Complexity analysis
|
|
184
|
+
- Reusability assessment
|
|
185
|
+
- Performance optimization
|
|
186
|
+
- Maintainability considerations
|
|
187
|
+
|
|
188
|
+
### Update Set Management
|
|
189
|
+
Professional change tracking just like ServiceNow developers use:
|
|
190
|
+
```bash
|
|
191
|
+
# Create a new update set for your feature
|
|
192
|
+
snow-flow sparc "Create update set for new approval features"
|
|
193
|
+
|
|
194
|
+
# All subsequent changes are automatically tracked
|
|
195
|
+
snow-flow sparc "Add approval widget to portal"
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
### Global Scope Strategy
|
|
199
|
+
Intelligent deployment scope selection:
|
|
200
|
+
- Automatic permission validation
|
|
201
|
+
- Fallback mechanisms for restricted environments
|
|
202
|
+
- Environment-aware deployment (dev/test/prod)
|
|
203
|
+
|
|
204
|
+
### Template Matching
|
|
205
|
+
Recognizes common patterns and applies best practices:
|
|
206
|
+
- Approval workflows
|
|
207
|
+
- Fulfillment processes
|
|
208
|
+
- Notification systems
|
|
209
|
+
- Integration patterns
|
|
210
|
+
|
|
211
|
+
## 🔧 New MCP Tools (v1.1.44+)
|
|
212
|
+
|
|
213
|
+
### Catalog Item Search with Fuzzy Matching
|
|
214
|
+
Find catalog items even when you don't know the exact name:
|
|
215
|
+
```javascript
|
|
216
|
+
// In Claude Code with MCP tools
|
|
217
|
+
snow_catalog_item_search({
|
|
218
|
+
query: "iPhone", // Finds iPhone 6S, iPhone 7, etc.
|
|
219
|
+
fuzzy_match: true, // Intelligent variations
|
|
220
|
+
category_filter: "mobile devices",
|
|
221
|
+
include_variables: true // Get catalog variables
|
|
222
|
+
});
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
### Flow Testing with Mock Data
|
|
226
|
+
Test flows without affecting production data:
|
|
227
|
+
```javascript
|
|
228
|
+
snow_test_flow_with_mock({
|
|
229
|
+
flow_id: "equipment_provisioning_flow",
|
|
230
|
+
create_test_user: true, // Auto-creates test user
|
|
231
|
+
mock_catalog_items: true, // Creates test items
|
|
232
|
+
mock_catalog_data: [
|
|
233
|
+
{
|
|
234
|
+
name: "Test iPhone 6S",
|
|
235
|
+
price: "699.00"
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
simulate_approvals: true, // Auto-approves
|
|
239
|
+
cleanup_after_test: true // Removes test data
|
|
240
|
+
});
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
### Direct Catalog-Flow Linking
|
|
244
|
+
Link catalog items directly to flows for automated fulfillment:
|
|
245
|
+
```javascript
|
|
246
|
+
snow_link_catalog_to_flow({
|
|
247
|
+
catalog_item_id: "iPhone 6S",
|
|
248
|
+
flow_id: "mobile_provisioning_flow",
|
|
249
|
+
link_type: "flow_catalog_process", // Modern approach
|
|
250
|
+
variable_mapping: [
|
|
251
|
+
{
|
|
252
|
+
catalog_variable: "phone_model",
|
|
253
|
+
flow_input: "device_type"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
catalog_variable: "user_department",
|
|
257
|
+
flow_input: "department"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
trigger_condition: 'current.stage == "request_approved"',
|
|
261
|
+
execution_options: {
|
|
262
|
+
run_as: "system",
|
|
263
|
+
wait_for_completion: true
|
|
264
|
+
},
|
|
265
|
+
test_link: true // Creates test request
|
|
266
|
+
});
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
### Bulk Deployment
|
|
270
|
+
Deploy multiple artifacts in a single transaction:
|
|
271
|
+
```javascript
|
|
272
|
+
snow_bulk_deploy({
|
|
273
|
+
artifacts: [
|
|
274
|
+
{ type: "widget", data: widgetData },
|
|
275
|
+
{ type: "flow", data: flowData },
|
|
276
|
+
{ type: "script", data: scriptData }
|
|
277
|
+
],
|
|
278
|
+
transaction_mode: true, // All-or-nothing deployment
|
|
279
|
+
parallel: true, // Deploy simultaneously
|
|
280
|
+
dry_run: false
|
|
281
|
+
});
|
|
282
|
+
```
|
|
283
|
+
|
|
284
|
+
## 📁 Project Structure
|
|
285
|
+
|
|
286
|
+
```
|
|
287
|
+
snow-flow/
|
|
288
|
+
├── src/
|
|
289
|
+
│ ├── mcp/ # 11 MCP server implementations
|
|
290
|
+
│ ├── orchestrator/ # Flow composition and intelligence
|
|
291
|
+
│ ├── strategies/ # Deployment and scope strategies
|
|
292
|
+
│ ├── api/ # ServiceNow API integration
|
|
293
|
+
│ ├── managers/ # Resource and scope management
|
|
294
|
+
│ └── utils/ # Utilities and helpers
|
|
295
|
+
├── .snow-flow/ # Snow-Flow configuration
|
|
296
|
+
├── .claude/ # Claude configuration
|
|
297
|
+
├── memory/ # Persistent agent memory
|
|
298
|
+
└── coordination/ # Multi-agent coordination
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
## 🔧 Development Commands
|
|
302
|
+
|
|
303
|
+
```bash
|
|
304
|
+
# Run tests
|
|
305
|
+
npm test
|
|
306
|
+
|
|
307
|
+
# Run linting
|
|
308
|
+
npm run lint
|
|
309
|
+
|
|
310
|
+
# Type checking
|
|
311
|
+
npm run typecheck
|
|
312
|
+
|
|
313
|
+
# Development mode
|
|
314
|
+
npm run dev
|
|
315
|
+
|
|
316
|
+
# Build for production
|
|
317
|
+
npm run build
|
|
318
|
+
```
|
|
319
|
+
|
|
320
|
+
## 📚 Documentation
|
|
321
|
+
|
|
322
|
+
- [MCP Server Documentation](./MCP_SERVERS.md) - Detailed info on all 11 MCP servers
|
|
323
|
+
- [OAuth Setup Guide](./SERVICENOW-OAUTH-SETUP.md) - ServiceNow OAuth configuration
|
|
324
|
+
- [Flow Composer Guide](./ENHANCED_FLOW_COMPOSER_DOCUMENTATION.md) - Advanced flow creation
|
|
325
|
+
- [Update Set Guide](./UPDATE_SET_DEPLOYMENT_GUIDE.md) - Professional change management
|
|
326
|
+
- [API Integration Guide](./API_INTEGRATION_GUIDE.md) - ServiceNow API details
|
|
327
|
+
|
|
328
|
+
## 🤝 Contributing
|
|
329
|
+
|
|
330
|
+
We welcome contributions! Please see our contributing guidelines (coming soon).
|
|
331
|
+
|
|
332
|
+
## 🔒 Security
|
|
333
|
+
|
|
334
|
+
- All credentials stored securely in environment variables
|
|
335
|
+
- OAuth 2.0 authentication with ServiceNow
|
|
336
|
+
- No hardcoded values - everything discovered dynamically
|
|
337
|
+
- Secure token management with automatic refresh
|
|
338
|
+
|
|
339
|
+
## 🎯 Use Cases
|
|
340
|
+
|
|
341
|
+
### For ServiceNow Developers
|
|
342
|
+
- Rapidly prototype flows and workflows
|
|
343
|
+
- Automate repetitive development tasks
|
|
344
|
+
- Ensure consistency across implementations
|
|
345
|
+
- Reduce development time by 80%
|
|
346
|
+
|
|
347
|
+
### For ServiceNow Architects
|
|
348
|
+
- Validate architectural decisions
|
|
349
|
+
- Ensure best practices are followed
|
|
350
|
+
- Analyze impact of changes
|
|
351
|
+
- Optimize performance and maintainability
|
|
352
|
+
|
|
353
|
+
### For ServiceNow Administrators
|
|
354
|
+
- Quick deployments and updates
|
|
355
|
+
- Professional change tracking
|
|
356
|
+
- Automated testing and validation
|
|
357
|
+
- Simplified migration between instances
|
|
358
|
+
|
|
359
|
+
## 🚦 Roadmap
|
|
360
|
+
|
|
361
|
+
- [ ] Visual flow designer integration
|
|
362
|
+
- [ ] Enhanced Neo4j graph visualization
|
|
363
|
+
- [ ] Multi-instance synchronization
|
|
364
|
+
- [ ] AI-powered code review
|
|
365
|
+
- [ ] Automated testing framework
|
|
366
|
+
- [ ] Performance optimization recommendations
|
|
367
|
+
|
|
368
|
+
## 🆕 What's New in v1.1.25
|
|
369
|
+
|
|
370
|
+
### Automatic MCP Server Activation 🎯
|
|
371
|
+
- **Interactive Prompt**: During `snow-flow init --sparc`, you're now prompted to automatically start Claude Code with all MCP servers
|
|
372
|
+
- **Zero Manual Steps**: No more manual MCP approval in Claude Code - servers load automatically using `claude --mcp-config`
|
|
373
|
+
- **Cross-Platform Support**: Works on Mac, Linux, and Windows with platform-specific activation scripts
|
|
374
|
+
- **Instant Availability**: All 11 ServiceNow MCP servers are immediately available in Claude Code after initialization
|
|
375
|
+
|
|
376
|
+
### Previous Updates
|
|
377
|
+
- **v1.1.24**: Added `snow-flow mcp debug` command for troubleshooting MCP configurations
|
|
378
|
+
- **v1.1.23**: Fixed .npmignore to include essential .claude configuration files
|
|
379
|
+
- **v1.1.22**: Verified global npm installation correctly registers all MCP servers
|
|
380
|
+
- **v1.1.20**: Added enabledMcpjsonServers to ensure MCP visibility in Claude Code
|
|
381
|
+
|
|
382
|
+
## 📝 License
|
|
383
|
+
|
|
384
|
+
This project is licensed under the MIT License - see the LICENSE file for details.
|
|
385
|
+
|
|
386
|
+
## 🙏 Acknowledgments
|
|
387
|
+
|
|
388
|
+
Built with the power of Claude AI and the ServiceNow platform. Special thanks to the ServiceNow developer community for inspiration and best practices.
|
|
389
|
+
|
|
390
|
+
---
|
|
391
|
+
|
|
392
|
+
**Ready to revolutionize your ServiceNow development?** Start with `snow-flow init --sparc` and experience the future of ServiceNow automation! 🚀
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
# Snow-Flow MCP Activation Script
|
|
3
|
+
echo "🚀 Starting Claude Code with MCP servers..."
|
|
4
|
+
echo "📍 Working directory: /Users/nielsvanderwerf/Projects/servicenow_multiagent/test-init-real"
|
|
5
|
+
echo ""
|
|
6
|
+
|
|
7
|
+
# Change to project directory
|
|
8
|
+
cd "/Users/nielsvanderwerf/Projects/servicenow_multiagent/test-init-real"
|
|
9
|
+
|
|
10
|
+
# Start Claude Code with MCP config
|
|
11
|
+
claude --mcp-config .mcp.json .
|
|
12
|
+
|
|
13
|
+
echo ""
|
|
14
|
+
echo "✅ Claude Code started with MCP servers!"
|
|
15
|
+
echo "💡 Check MCP servers with: /mcp in Claude Code"
|