it-tools-mcp 3.2.6 → 3.2.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,8 @@ A comprehensive Model Context Protocol (MCP) server that provides access to 112
20
20
 
21
21
  ### Using with VS Code
22
22
 
23
+ [![Install IT Tools](https://img.shields.io/badge/Install%20in%20VS%20Code-blue?logo=visual-studio-code)](vscode:mcp/install?%7B%22name%22%3A%22it-tools-mcp%22%2C%22gallery%22%3Atrue%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22it-tools-mcp%22%5D%7D)
24
+
23
25
  Add to your VS Code `settings.json`:
24
26
 
25
27
  #### Node
@@ -96,7 +98,7 @@ This MCP server provides **112 tools** across **14 categories**:
96
98
  - **🐳 Docker Tools** (5 tools): Compose validation, conversion tools, Traefik generator, reference
97
99
  - **🔧 Encoding & Decoding** (8 tools): Base64, URL, HTML entities, text-to-binary
98
100
  - **🔍 Forensic Tools** (3 tools): File type identification, safelink decoding, URL fanger
99
- - **🆔 ID & Code Generators** (4 tools): UUID, ULID, QR codes, SVG placeholders
101
+ - **🆔 ID & Code Generators** (4 tools: UUID, ULID, QR codes, SVG placeholders
100
102
  - **🔢 Math & Calculations** (6 tools): Expression evaluation, base conversion, temperature, percentages, Unix timestamps, Roman numerals
101
103
  - **🌐 Network & System** (23 tools): IPv4/IPv6 subnets, URL parsing, MAC addresses, ps, top, cat, head, tail, grep, ping, nslookup, telnet, dig, ssh, scp, curl, IBAN validation
102
104
  - **⚡ Physics** (3 tools): Angle, energy, and power unit conversions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "it-tools-mcp",
3
- "version": "3.2.6",
3
+ "version": "3.2.7",
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",