servicenow-mcp-server 2.1.0
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/.claude/settings.local.json +70 -0
- package/CLAUDE.md +777 -0
- package/LICENSE +21 -0
- package/README.md +562 -0
- package/assets/logo.svg +385 -0
- package/config/servicenow-instances.json.example +28 -0
- package/docs/403_TROUBLESHOOTING.md +329 -0
- package/docs/API_REFERENCE.md +1142 -0
- package/docs/APPLICATION_SCOPE_VALIDATION.md +681 -0
- package/docs/CLAUDE_DESKTOP_SETUP.md +373 -0
- package/docs/CONVENIENCE_TOOLS.md +601 -0
- package/docs/CONVENIENCE_TOOLS_SUMMARY.md +371 -0
- package/docs/FLOW_DESIGNER_GUIDE.md +1021 -0
- package/docs/IMPLEMENTATION_COMPLETE.md +165 -0
- package/docs/INSTANCE_SWITCHING_GUIDE.md +219 -0
- package/docs/MULTI_INSTANCE_CONFIGURATION.md +185 -0
- package/docs/NATURAL_LANGUAGE_SEARCH_IMPLEMENTATION.md +221 -0
- package/docs/PUPPETEER_INTEGRATION_PROPOSAL.md +1322 -0
- package/docs/QUICK_REFERENCE.md +395 -0
- package/docs/README.md +75 -0
- package/docs/RESOURCES_ARCHITECTURE.md +392 -0
- package/docs/RESOURCES_IMPLEMENTATION.md +276 -0
- package/docs/RESOURCES_SUMMARY.md +104 -0
- package/docs/SETUP_GUIDE.md +104 -0
- package/docs/UI_OPERATIONS_ARCHITECTURE.md +1219 -0
- package/docs/UI_OPERATIONS_DECISION_MATRIX.md +542 -0
- package/docs/UI_OPERATIONS_SUMMARY.md +507 -0
- package/docs/UPDATE_SET_VALIDATION.md +598 -0
- package/docs/UPDATE_SET_VALIDATION_SUMMARY.md +209 -0
- package/docs/VALIDATION_SUMMARY.md +479 -0
- package/jest.config.js +24 -0
- package/package.json +61 -0
- package/scripts/background_script_2025-09-29T20-19-35-101Z.js +23 -0
- package/scripts/link_ui_policy_actions_2025-09-29T20-17-15-218Z.js +90 -0
- package/scripts/set_update_set_Integration_Governance_Framework_2025-09-29T19-47-06-790Z.js +30 -0
- package/scripts/set_update_set_Integration_Governance_Framework_2025-09-29T19-59-33-152Z.js +30 -0
- package/scripts/set_update_set_current_2025-09-29T20-16-59-675Z.js +24 -0
- package/scripts/test_sys_dictionary_403.js +85 -0
- package/setup/setup-report.json +5313 -0
- package/src/config/comprehensive-table-definitions.json +2575 -0
- package/src/config/instance-config.json +4693 -0
- package/src/config/prompts.md +59 -0
- package/src/config/table-definitions.json +4681 -0
- package/src/config-manager.js +146 -0
- package/src/mcp-server-consolidated.js +2894 -0
- package/src/natural-language.js +472 -0
- package/src/resources.js +326 -0
- package/src/script-sync.js +428 -0
- package/src/server.js +125 -0
- package/src/servicenow-client.js +1625 -0
- package/src/stdio-server.js +52 -0
- package/start-mcp.sh +7 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"permissions": {
|
|
3
|
+
"allow": [
|
|
4
|
+
"Read(//Users/nczitzer/WebstormProjects/**)",
|
|
5
|
+
"WebFetch(domain:medium.com)",
|
|
6
|
+
"WebSearch",
|
|
7
|
+
"Read(//Users/nczitzer/Downloads/**)",
|
|
8
|
+
"Bash(find:*)",
|
|
9
|
+
"Bash(node:*)",
|
|
10
|
+
"Bash(npm:*)",
|
|
11
|
+
"Bash(timeout 10s npm run dev)",
|
|
12
|
+
"Bash(curl:*)",
|
|
13
|
+
"Bash(lsof:*)",
|
|
14
|
+
"Bash(xargs kill:*)",
|
|
15
|
+
"Bash(grep:*)",
|
|
16
|
+
"Bash(echo:*)",
|
|
17
|
+
"Bash(tee:*)",
|
|
18
|
+
"Read(//Users/nczitzer/Library/Application Support/Claude/**)",
|
|
19
|
+
"Bash(timeout:*)",
|
|
20
|
+
"Bash(gtimeout:*)",
|
|
21
|
+
"Read(//Users/nczitzer/**)",
|
|
22
|
+
"Bash(mkdir:*)",
|
|
23
|
+
"Bash(pkill:*)",
|
|
24
|
+
"Bash(cp:*)",
|
|
25
|
+
"Bash(env PORT=3003 node src/server.js)",
|
|
26
|
+
"SlashCommand(/claude-flow-help)",
|
|
27
|
+
"Bash(open:*)",
|
|
28
|
+
"Bash(claude mcp:*)",
|
|
29
|
+
"Bash(kill:*)",
|
|
30
|
+
"mcp__servicenow-nodejs__SN-List-Incidents",
|
|
31
|
+
"mcp__servicenow-nodejs__SN-List-SysUsers",
|
|
32
|
+
"mcp__servicenow-nodejs__SN-List-CmdbCis",
|
|
33
|
+
"mcp__servicenow-nodejs__SN-Create-Incident",
|
|
34
|
+
"mcp__servicenow-nodejs__SN-List-SysUserGroups",
|
|
35
|
+
"mcp__servicenow-nodejs__SN-List-ChangeRequests",
|
|
36
|
+
"mcp__servicenow-nodejs__SN-Get-Incident",
|
|
37
|
+
"mcp__servicenow-nodejs__SN-Query-Table",
|
|
38
|
+
"mcp__servicenow-nodejs__SN-List-Problems",
|
|
39
|
+
"Bash(chmod:*)",
|
|
40
|
+
"WebFetch(domain:www.servicenow.com)",
|
|
41
|
+
"mcp__servicenow-nodejs__SN-Create-Record",
|
|
42
|
+
"mcp__servicenow-nodejs__SN-Update-Record",
|
|
43
|
+
"mcp__servicenow-nodejs__SN-Execute-Background-Script",
|
|
44
|
+
"mcp__servicenow-nodejs__SN-List-Update-Sets",
|
|
45
|
+
"mcp__servicenow-nodejs__SN-Set-Update-Set",
|
|
46
|
+
"mcp__servicenow-nodejs__SN-Get-Record",
|
|
47
|
+
"WebFetch(domain:docs.servicenow.com)",
|
|
48
|
+
"WebFetch(domain:community.servicenow.com)",
|
|
49
|
+
"mcp__servicenow-nodejs__SN-Get-Table-Schema",
|
|
50
|
+
"mcp__servicenow-nodejs__SN-Discover-Table-Schema",
|
|
51
|
+
"mcp__servicenow-nodejs__SN-Get-Current-Update-Set",
|
|
52
|
+
"Read(//private/tmp/**)",
|
|
53
|
+
"Bash(tree:*)",
|
|
54
|
+
"Bash(cat:*)",
|
|
55
|
+
"WebFetch(domain:github.com)",
|
|
56
|
+
"WebFetch(domain:raw.githubusercontent.com)",
|
|
57
|
+
"WebFetch(domain:api.github.com)",
|
|
58
|
+
"WebFetch(domain:www.npmjs.com)",
|
|
59
|
+
"Bash(git add:*)",
|
|
60
|
+
"Bash(git commit:*)",
|
|
61
|
+
"Bash(git push:*)",
|
|
62
|
+
"Bash(git config:*)",
|
|
63
|
+
"Bash(git remote set-url:*)",
|
|
64
|
+
"Bash(git mv:*)",
|
|
65
|
+
"WebFetch(domain:happy-tech.biz)"
|
|
66
|
+
],
|
|
67
|
+
"deny": [],
|
|
68
|
+
"ask": []
|
|
69
|
+
}
|
|
70
|
+
}
|