it-tools-mcp 5.8.7 → 5.8.11
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/README.dockerhub.md +4 -0
- package/README.md +4 -0
- package/package.json +4 -2
package/README.dockerhub.md
CHANGED
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
|
|
14
14
|
A comprehensive Model Context Protocol (MCP) server that provides access to over **100 IT tools and utilities** commonly used by developers, system administrators, and IT professionals. This server exposes a complete set of tools for encoding/decoding, text manipulation, hashing, network utilities, and many other common development and IT tasks.
|
|
15
15
|
|
|
16
|
+
## Star History
|
|
17
|
+
|
|
18
|
+
[](https://www.star-history.com/#wrenchpilot/it-tools-mcp&type=date&legend=top-left)
|
|
19
|
+
|
|
16
20
|
## Using with VS Code
|
|
17
21
|
|
|
18
22
|
Add to your VS Code `settings.json`:
|
package/README.md
CHANGED
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
|
|
17
17
|
A comprehensive Model Context Protocol (MCP) server that provides access to over 121 IT tools and utilities commonly used by developers, system administrators, and IT professionals. This server exposes a complete set of tools for encoding/decoding, text manipulation, hashing, network utilities, and many other common development and IT tasks.
|
|
18
18
|
|
|
19
|
+
## Star History
|
|
20
|
+
|
|
21
|
+
[](https://www.star-history.com/#wrenchpilot/it-tools-mcp&type=date&legend=top-left)
|
|
22
|
+
|
|
19
23
|
## 📦 Installation & Setup
|
|
20
24
|
|
|
21
25
|
### Using with VS Code
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "it-tools-mcp",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.11",
|
|
4
4
|
"description": "MCP-compliant server access to over 100 IT tools and utilities commonly used by developers, system administrators, and IT professionals.",
|
|
5
5
|
"mcpName": "io.github.wrenchpilot/it-tools-mcp",
|
|
6
6
|
"type": "module",
|
|
@@ -24,7 +24,9 @@
|
|
|
24
24
|
"docker:run": "docker-compose up --build",
|
|
25
25
|
"docker:stop": "docker-compose down",
|
|
26
26
|
"deploy:build": "npm run build && docker buildx build --platform linux/amd64,linux/arm64 --provenance=true --sbom=true -t it-tools-mcp:latest .",
|
|
27
|
-
"deploy:prod": "npm run deploy:build && docker-compose up -d"
|
|
27
|
+
"deploy:prod": "npm run deploy:build && docker-compose up -d",
|
|
28
|
+
"mcp:login": "mcp-publisher login github",
|
|
29
|
+
"mcp:publish": "mcp-publisher publish"
|
|
28
30
|
},
|
|
29
31
|
"files": [
|
|
30
32
|
"build",
|