servicenow-mcp-server 2.1.6 → 2.1.7
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.
|
@@ -85,7 +85,12 @@
|
|
|
85
85
|
"Bash(docker rm:*)",
|
|
86
86
|
"Bash(docker logs:*)",
|
|
87
87
|
"Bash(docker buildx:*)",
|
|
88
|
-
"Bash(docker manifest inspect:*)"
|
|
88
|
+
"Bash(docker manifest inspect:*)",
|
|
89
|
+
"Bash(git stash:*)",
|
|
90
|
+
"Bash(git pull:*)",
|
|
91
|
+
"Bash(git rebase:*)",
|
|
92
|
+
"Bash(git fetch:*)",
|
|
93
|
+
"Bash(git reset:*)"
|
|
89
94
|
],
|
|
90
95
|
"deny": [],
|
|
91
96
|
"ask": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "servicenow-mcp-server",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"description": "Multi-instance ServiceNow MCP server with 40+ tools, natural language search, and local script development",
|
|
5
5
|
"main": "src/server.js",
|
|
6
6
|
"type": "module",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@modelcontextprotocol/sdk": "^
|
|
24
|
-
"axios": "^1.
|
|
23
|
+
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
24
|
+
"axios": "^1.13.4",
|
|
25
25
|
"chokidar": "^4.0.3",
|
|
26
|
-
"dotenv": "^16.
|
|
27
|
-
"express": "^4.
|
|
28
|
-
"zod": "^3.
|
|
26
|
+
"dotenv": "^16.6.1",
|
|
27
|
+
"express": "^4.22.1",
|
|
28
|
+
"zod": "^3.25.76"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/jest": "^30.0.0",
|