it-tools-mcp 3.2.4 → 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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # IT Tools MCP Server
2
2
 
3
+ [![CI/CD Pipeline](https://github.com/wrenchpilot/it-tools-mcp/actions/workflows/main.yml/badge.svg)](https://github.com/wrenchpilot/it-tools-mcp/actions/workflows/main.yml)
3
4
  [![Docker Pulls](https://img.shields.io/docker/pulls/wrenchpilot/it-tools-mcp?refresh=1)](https://hub.docker.com/r/wrenchpilot/it-tools-mcp)
4
5
  [![Docker Image Size](https://img.shields.io/docker/image-size/wrenchpilot/it-tools-mcp/latest?refresh=1)](https://hub.docker.com/r/wrenchpilot/it-tools-mcp)
5
6
  [![NPM Version](https://img.shields.io/npm/v/it-tools-mcp?color=blue)](https://www.npmjs.com/package/it-tools-mcp)
@@ -19,6 +20,8 @@ A comprehensive Model Context Protocol (MCP) server that provides access to 112
19
20
 
20
21
  ### Using with VS Code
21
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
+
22
25
  Add to your VS Code `settings.json`:
23
26
 
24
27
  #### Node
@@ -95,7 +98,7 @@ This MCP server provides **112 tools** across **14 categories**:
95
98
  - **🐳 Docker Tools** (5 tools): Compose validation, conversion tools, Traefik generator, reference
96
99
  - **🔧 Encoding & Decoding** (8 tools): Base64, URL, HTML entities, text-to-binary
97
100
  - **🔍 Forensic Tools** (3 tools): File type identification, safelink decoding, URL fanger
98
- - **🆔 ID & Code Generators** (4 tools): UUID, ULID, QR codes, SVG placeholders
101
+ - **🆔 ID & Code Generators** (4 tools: UUID, ULID, QR codes, SVG placeholders
99
102
  - **🔢 Math & Calculations** (6 tools): Expression evaluation, base conversion, temperature, percentages, Unix timestamps, Roman numerals
100
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
101
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.4",
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",