snow-flow 3.4.26 → 3.4.28

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/.mcp.json ADDED
@@ -0,0 +1,208 @@
1
+ {
2
+ "mcpServers": {
3
+ "servicenow-deployment": {
4
+ "command": "node",
5
+ "args": [
6
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-deployment-mcp.js"
7
+ ],
8
+ "description": "Widget and artifact deployment with COHERENCE VALIDATION - ensures HTML template, client script, server script work together perfectly. Tools: snow_deploy, snow_update, snow_validate_deployment, snow_rollback_deployment, snow_deployment_status, snow_export_artifact, snow_import_artifact, snow_preview_widget, snow_widget_test, snow_create_solution_package",
9
+ "env": {
10
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
11
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
12
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}",
13
+ "SNOW_DEPLOYMENT_TIMEOUT": "${SNOW_DEPLOYMENT_TIMEOUT}",
14
+ "MCP_DEPLOYMENT_TIMEOUT": "${MCP_DEPLOYMENT_TIMEOUT}"
15
+ }
16
+ },
17
+ "servicenow-operations": {
18
+ "command": "node",
19
+ "args": [
20
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-operations-mcp.js"
21
+ ],
22
+ "description": "Core ServiceNow operations - universal table query (snow_query_table), CRUD operations, incident/request/problem management, CMDB search, user/group management, catalog items, knowledge search, field discovery (snow_discover_table_fields), get by sys_id",
23
+ "env": {
24
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
25
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
26
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
27
+ }
28
+ },
29
+ "servicenow-automation": {
30
+ "command": "node",
31
+ "args": [
32
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-automation-mcp.js"
33
+ ],
34
+ "description": "Script execution with output capture (snow_execute_script_with_output), scheduled jobs, event rules, notifications, SLA definitions, workflow activities, script history, REST testing, system logs (snow_get_logs), execution tracing, background scripts with autoConfirm option",
35
+ "env": {
36
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
37
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
38
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
39
+ }
40
+ },
41
+ "servicenow-platform-development": {
42
+ "command": "node",
43
+ "args": [
44
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-platform-development-mcp.js"
45
+ ],
46
+ "description": "Platform development - create UI pages, script includes, business rules, client scripts, UI policies/actions, ACLs, dictionary entries, catalog items, workflows, transform maps",
47
+ "env": {
48
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
49
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
50
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
51
+ }
52
+ },
53
+ "servicenow-integration": {
54
+ "command": "node",
55
+ "args": [
56
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-integration-mcp.js"
57
+ ],
58
+ "description": "Integration management - REST messages, SOAP messages, transform maps, import sets, web services, email configuration, OAuth providers, endpoint discovery, integration testing",
59
+ "env": {
60
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
61
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
62
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
63
+ }
64
+ },
65
+ "servicenow-system-properties": {
66
+ "command": "node",
67
+ "args": [
68
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-system-properties-mcp.js"
69
+ ],
70
+ "description": "System property management - get/set/list/delete properties (snow_property_get, snow_property_set), bulk operations, import/export JSON, validate values, search by pattern, categories, audit history",
71
+ "env": {
72
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
73
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
74
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
75
+ }
76
+ },
77
+ "servicenow-update-set": {
78
+ "command": "node",
79
+ "args": [
80
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-update-set-mcp.js"
81
+ ],
82
+ "description": "Update set management - create/switch/complete update sets, preview changes, export/import XML, ensure active update set, add artifacts to sets, batch operations",
83
+ "env": {
84
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
85
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
86
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
87
+ }
88
+ },
89
+ "servicenow-development-assistant": {
90
+ "command": "node",
91
+ "args": [
92
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-development-assistant-mcp.js"
93
+ ],
94
+ "description": "Development assistance - code generation, best practices, pattern recommendations, code review, performance optimization, ES5 conversion, documentation generation, requirement analysis (snow_find_artifact, snow_edit_artifact, snow_analyze_artifact)",
95
+ "env": {
96
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
97
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
98
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
99
+ }
100
+ },
101
+ "servicenow-security-compliance": {
102
+ "command": "node",
103
+ "args": [
104
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-security-compliance-mcp.js"
105
+ ],
106
+ "description": "Security and compliance - security policies, compliance rules (SOX/GDPR/HIPAA), audit trails, access control review, vulnerability scanning, risk assessment, encryption settings",
107
+ "env": {
108
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
109
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
110
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
111
+ }
112
+ },
113
+ "servicenow-reporting-analytics": {
114
+ "command": "node",
115
+ "args": [
116
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-reporting-analytics-mcp.js"
117
+ ],
118
+ "description": "Reporting and analytics - create reports/dashboards/KPIs, data visualization, performance analytics, scheduled reports, data quality analysis, metrics collection, trend analysis",
119
+ "env": {
120
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
121
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
122
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
123
+ }
124
+ },
125
+ "servicenow-machine-learning": {
126
+ "command": "node",
127
+ "args": [
128
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-machine-learning-mcp.js"
129
+ ],
130
+ "description": "Machine learning - train/classify incidents (snow_train_classifier), change risk prediction, anomaly detection, forecast incidents, sentiment analysis, process optimization, hybrid recommendations with TensorFlow.js",
131
+ "env": {
132
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
133
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
134
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
135
+ }
136
+ },
137
+ "servicenow-knowledge-catalog": {
138
+ "command": "node",
139
+ "args": [
140
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-knowledge-catalog-mcp.js"
141
+ ],
142
+ "description": "Knowledge and catalog management - create/search/update knowledge articles, knowledge bases, catalog items, catalog variables, UI policies, client scripts, order items, discover catalogs",
143
+ "env": {
144
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
145
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
146
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
147
+ }
148
+ },
149
+ "servicenow-change-virtualagent-pa": {
150
+ "command": "node",
151
+ "args": [
152
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-change-virtualagent-pa-mcp.js"
153
+ ],
154
+ "description": "Change management, Virtual Agent, and Performance Analytics - create/manage change requests, CAB meetings, VA topics/blocks, conversations, PA indicators/widgets/breakdowns, thresholds, data collection",
155
+ "env": {
156
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
157
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
158
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
159
+ }
160
+ },
161
+ "servicenow-flow-workspace-mobile": {
162
+ "command": "node",
163
+ "args": [
164
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-flow-workspace-mobile-mcp.js"
165
+ ],
166
+ "description": "Flow Designer, Workspace, and Mobile - create flows/actions/subflows/triggers, test flows, workspaces/tabs/lists, contextual panels, mobile app config, layouts, push notifications, offline sync",
167
+ "env": {
168
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
169
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
170
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
171
+ }
172
+ },
173
+ "servicenow-cmdb-event-hr-csm-devops": {
174
+ "command": "node",
175
+ "args": [
176
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/servicenow-cmdb-event-hr-csm-devops-mcp.js"
177
+ ],
178
+ "description": "CMDB, Event Management, HR, CSM, and DevOps - create CIs/relationships, discovery, impact analysis, events/alerts, HR cases/onboarding, customer cases/accounts, DevOps pipelines/deployments",
179
+ "env": {
180
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
181
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
182
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
183
+ }
184
+ },
185
+ "servicenow-advanced-features": {
186
+ "command": "node",
187
+ "args": [
188
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/advanced/servicenow-advanced-features-mcp.js"
189
+ ],
190
+ "description": "Advanced features - batch API operations (80% reduction), table relationships analysis, query optimization, field usage analysis, code pattern detection, process discovery, workflow analysis, documentation generation",
191
+ "env": {
192
+ "SNOW_INSTANCE": "${SNOW_INSTANCE}",
193
+ "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
194
+ "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
195
+ }
196
+ },
197
+ "snow-flow": {
198
+ "command": "node",
199
+ "args": [
200
+ "/Users/nielsvanderwerf/Projects/snow-flow-dev/snow-flow/dist/mcp/snow-flow-mcp.js"
201
+ ],
202
+ "description": "Snow-Flow orchestration - swarm init/status, agent spawn/discover, task orchestrate/categorize, neural train/patterns (TensorFlow.js), memory store/search (timeout-protected), performance reports, token usage tracking",
203
+ "env": {
204
+ "SNOW_FLOW_ENV": "${SNOW_FLOW_ENV}"
205
+ }
206
+ }
207
+ }
208
+ }