servicenow-mcp-server 2.1.3 → 2.1.4
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.
|
@@ -75,7 +75,15 @@
|
|
|
75
75
|
"Bash(docker info:*)",
|
|
76
76
|
"Bash(docker scout:*)",
|
|
77
77
|
"Bash(docker run:*)",
|
|
78
|
-
"Bash(git restore:*)"
|
|
78
|
+
"Bash(git restore:*)",
|
|
79
|
+
"Bash(nc:*)",
|
|
80
|
+
"Bash(mv:*)",
|
|
81
|
+
"mcp__servicenow__SN-Create-Record",
|
|
82
|
+
"Bash(ps:*)",
|
|
83
|
+
"Bash(gh repo view:*)",
|
|
84
|
+
"Bash(docker stop:*)",
|
|
85
|
+
"Bash(docker rm:*)",
|
|
86
|
+
"Bash(docker logs:*)"
|
|
79
87
|
],
|
|
80
88
|
"deny": [],
|
|
81
89
|
"ask": []
|
package/package.json
CHANGED