it-tools-mcp 3.0.20 → 3.0.21

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.
@@ -894,7 +894,7 @@ Common issues:
894
894
  fetchImpl = globalThis.fetch;
895
895
  }
896
896
  else {
897
- fetchImpl = (await import('node-fetch')).default;
897
+ throw new Error('Native fetch is not available. Please upgrade Node.js to v18 or later.');
898
898
  }
899
899
  const options = {
900
900
  method,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "it-tools-mcp",
3
- "version": "3.0.20",
3
+ "version": "3.0.21",
4
4
  "description": "MCP server providing access to various IT tools and utilities for developers",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",
@@ -53,7 +53,7 @@
53
53
  "@types/iban": "^0.0.35",
54
54
  "@types/marked": "^5.0.2",
55
55
  "@types/mime-types": "^3.0.1",
56
- "@types/node": "^22.15.32",
56
+ "@types/node": "^24.0.7",
57
57
  "@types/ping": "^0.4.4",
58
58
  "@types/shell-escape": "^0.2.3",
59
59
  "@types/speakeasy": "^2.0.10",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@iarna/toml": "^2.2.5",
68
- "@modelcontextprotocol/sdk": "^1.12.3",
68
+ "@modelcontextprotocol/sdk": "^1.13.2",
69
69
  "@types/js-yaml": "^4.0.9",
70
70
  "@types/papaparse": "^5.3.16",
71
71
  "@types/qrcode": "^1.5.5",
@@ -80,10 +80,9 @@
80
80
  "iban": "^0.0.14",
81
81
  "js-yaml": "^4.1.0",
82
82
  "libphonenumber-js": "^1.12.9",
83
- "marked": "^15.0.12",
83
+ "marked": "^16.0.0",
84
84
  "mathjs": "^14.5.2",
85
85
  "mime-types": "^3.0.1",
86
- "node-fetch": "^3.3.2",
87
86
  "papaparse": "^5.5.3",
88
87
  "ping": "^0.4.4",
89
88
  "ps-list": "^8.1.1",
@@ -91,7 +90,7 @@
91
90
  "read-last-lines": "^1.8.0",
92
91
  "shell-escape": "^0.2.0",
93
92
  "speakeasy": "^2.0.0",
94
- "sql-formatter": "^15.6.5",
93
+ "sql-formatter": "^15.6.6",
95
94
  "ssh2": "^1.16.0",
96
95
  "telnet-client": "^2.2.5",
97
96
  "turndown": "^7.2.0",