it-tools-mcp 5.2.3 → 5.2.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "it-tools-mcp",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.4",
|
|
4
4
|
"description": "Full MCP 2025-06-18 compliant server with 121+ IT tools, logging, ping, progress tracking, cancellation, and sampling utilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@types/speakeasy": "^2.0.10",
|
|
109
109
|
"@types/ssh2": "^1.15.5",
|
|
110
110
|
"@types/turndown": "^5.0.5",
|
|
111
|
-
"@types/validator": "^13.15.
|
|
111
|
+
"@types/validator": "^13.15.3",
|
|
112
112
|
"@types/xml-formatter": "^1.2.0",
|
|
113
113
|
"typescript": "^5.8.3"
|
|
114
114
|
},
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"telnet-client": "^2.2.5",
|
|
145
145
|
"turndown": "^7.2.0",
|
|
146
146
|
"ulid": "^3.0.1",
|
|
147
|
-
"validator": "^13.15.
|
|
147
|
+
"validator": "^13.15.20",
|
|
148
148
|
"xml-formatter": "^3.6.6",
|
|
149
149
|
"zod": "^3.25.67"
|
|
150
150
|
}
|