it-tools-mcp 3.1.1 → 3.2.1

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 (120) hide show
  1. package/LICENSE +0 -0
  2. package/README.dockerhub.md +1 -2
  3. package/README.md +2 -2
  4. package/build/index.js +1 -1
  5. package/build/tools/ansible/ansible-inventory-generator/index.js +0 -0
  6. package/build/tools/ansible/ansible-playbook-validator/index.js +0 -0
  7. package/build/tools/ansible/ansible-reference/index.js +0 -0
  8. package/build/tools/ansible/ansible-vault-decrypt/index.js +0 -0
  9. package/build/tools/ansible/ansible-vault-encrypt/index.js +0 -0
  10. package/build/tools/color/color-hex-to-rgb/index.js +0 -0
  11. package/build/tools/color/color-rgb-to-hex/index.js +0 -0
  12. package/build/tools/crypto/basic-auth-generator/index.js +0 -0
  13. package/build/tools/crypto/bcrypt-hash/index.js +0 -0
  14. package/build/tools/crypto/bip39-generate/index.js +0 -0
  15. package/build/tools/crypto/hash-md5/index.js +0 -0
  16. package/build/tools/crypto/hash-sha1/index.js +0 -0
  17. package/build/tools/crypto/hash-sha256/index.js +0 -0
  18. package/build/tools/crypto/hash-sha512/index.js +0 -0
  19. package/build/tools/crypto/hmac-generator/index.js +0 -0
  20. package/build/tools/crypto/jwt-decode/index.js +0 -0
  21. package/build/tools/crypto/otp-code-generator/index.js +0 -0
  22. package/build/tools/crypto/password-generate/index.js +0 -0
  23. package/build/tools/crypto/token-generator/index.js +0 -0
  24. package/build/tools/dataFormat/html-to-markdown/index.js +0 -0
  25. package/build/tools/dataFormat/json-diff/index.js +0 -0
  26. package/build/tools/dataFormat/json-format/index.js +0 -0
  27. package/build/tools/dataFormat/json-minify/index.js +0 -0
  28. package/build/tools/dataFormat/json-to-csv/index.js +0 -0
  29. package/build/tools/dataFormat/json-to-toml/index.js +0 -0
  30. package/build/tools/dataFormat/markdown-to-html/index.js +0 -0
  31. package/build/tools/dataFormat/phone-format/index.js +0 -0
  32. package/build/tools/dataFormat/sql-format/index.js +0 -0
  33. package/build/tools/dataFormat/toml-to-json/index.js +0 -0
  34. package/build/tools/dataFormat/xml-format/index.js +0 -0
  35. package/build/tools/dataFormat/yaml-format/index.js +0 -0
  36. package/build/tools/development/crontab-generate/index.js +0 -0
  37. package/build/tools/development/html-prettifier/index.js +0 -0
  38. package/build/tools/development/javascript-prettifier/index.js +0 -0
  39. package/build/tools/development/list-converter/index.js +0 -0
  40. package/build/tools/development/markdown-toc-generator/index.js +0 -0
  41. package/build/tools/development/regex-tester/index.js +0 -0
  42. package/build/tools/docker/docker-compose-to-docker-run/index.js +0 -0
  43. package/build/tools/docker/docker-compose-validator/index.js +0 -0
  44. package/build/tools/docker/docker-reference/index.js +0 -0
  45. package/build/tools/docker/docker-run-to-docker-compose/index.js +0 -0
  46. package/build/tools/docker/traefik-compose-generator/index.js +0 -0
  47. package/build/tools/encoding/base64-decode/index.js +0 -0
  48. package/build/tools/encoding/base64-encode/index.js +0 -0
  49. package/build/tools/encoding/html-decode/index.js +0 -0
  50. package/build/tools/encoding/html-encode/index.js +0 -0
  51. package/build/tools/encoding/html-entities-extended/index.js +0 -0
  52. package/build/tools/encoding/text-to-binary/index.js +0 -0
  53. package/build/tools/encoding/url-decode/index.js +0 -0
  54. package/build/tools/encoding/url-encode/index.js +0 -0
  55. package/build/tools/forensic/file-type-identifier/index.js +0 -0
  56. package/build/tools/forensic/safelink-decoder/index.js +0 -0
  57. package/build/tools/forensic/url-fanger/index.js +0 -0
  58. package/build/tools/idGenerators/qr-generate/index.js +0 -0
  59. package/build/tools/idGenerators/svg-placeholder-generator/index.js +0 -0
  60. package/build/tools/idGenerators/ulid-generate/index.js +0 -0
  61. package/build/tools/idGenerators/uuid-generate/index.js +0 -0
  62. package/build/tools/math/math-evaluate/index.js +0 -0
  63. package/build/tools/math/number-base-converter/index.js +0 -0
  64. package/build/tools/math/percentage-calculator/index.js +0 -0
  65. package/build/tools/math/roman-numeral-converter/index.js +0 -0
  66. package/build/tools/math/temperature-converter/index.js +0 -0
  67. package/build/tools/math/unix-timestamp-converter/index.js +0 -0
  68. package/build/tools/network/cat/index.js +0 -0
  69. package/build/tools/network/cidr-to-ip-range/index.js +0 -0
  70. package/build/tools/network/curl/index.js +0 -0
  71. package/build/tools/network/dig/index.js +0 -0
  72. package/build/tools/network/grep/index.js +0 -0
  73. package/build/tools/network/head/index.js +0 -0
  74. package/build/tools/network/iban-validate/index.js +0 -0
  75. package/build/tools/network/ip-range-to-cidr/index.js +0 -0
  76. package/build/tools/network/ip-subnet-calculator/index.js +0 -0
  77. package/build/tools/network/ipv4-subnet-calc/index.js +0 -0
  78. package/build/tools/network/ipv6-subnet-calculator/index.js +0 -0
  79. package/build/tools/network/ipv6-ula-generator/index.js +0 -0
  80. package/build/tools/network/mac-address-generate/index.js +0 -0
  81. package/build/tools/network/nslookup/index.js +0 -0
  82. package/build/tools/network/ping/index.js +0 -0
  83. package/build/tools/network/ps/index.js +0 -0
  84. package/build/tools/network/random-port/index.js +0 -0
  85. package/build/tools/network/scp/index.js +0 -0
  86. package/build/tools/network/ssh/index.js +0 -0
  87. package/build/tools/network/tail/index.js +0 -0
  88. package/build/tools/network/telnet/index.js +0 -0
  89. package/build/tools/network/top/index.js +0 -0
  90. package/build/tools/network/url-parse/index.js +0 -0
  91. package/build/tools/physics/angle-converter/index.js +0 -0
  92. package/build/tools/physics/energy-converter/index.js +0 -0
  93. package/build/tools/physics/power-converter/index.js +0 -0
  94. package/build/tools/text/ascii-art-text/index.js +0 -0
  95. package/build/tools/text/distinct-words/index.js +0 -0
  96. package/build/tools/text/emoji-search/index.js +0 -0
  97. package/build/tools/text/lorem-ipsum-generator/index.js +0 -0
  98. package/build/tools/text/numeronym-generator/index.js +0 -0
  99. package/build/tools/text/slugify-string/index.js +0 -0
  100. package/build/tools/text/string-obfuscator/index.js +0 -0
  101. package/build/tools/text/text-camelcase/index.js +0 -0
  102. package/build/tools/text/text-capitalize/index.js +0 -0
  103. package/build/tools/text/text-diff/index.js +0 -0
  104. package/build/tools/text/text-kebabcase/index.js +0 -0
  105. package/build/tools/text/text-lowercase/index.js +0 -0
  106. package/build/tools/text/text-pascalcase/index.js +0 -0
  107. package/build/tools/text/text-snakecase/index.js +0 -0
  108. package/build/tools/text/text-stats/index.js +0 -0
  109. package/build/tools/text/text-to-nato-alphabet/index.js +0 -0
  110. package/build/tools/text/text-to-unicode/index.js +0 -0
  111. package/build/tools/text/text-to-unicode-names/index.js +0 -0
  112. package/build/tools/text/text-uppercase/index.js +0 -0
  113. package/build/tools/utility/css-prettifier/index.js +0 -0
  114. package/build/tools/utility/device-info/index.js +0 -0
  115. package/build/tools/utility/email-normalizer/index.js +0 -0
  116. package/build/tools/utility/http-status-codes/index.js +0 -0
  117. package/build/tools/utility/mime-types/index.js +0 -0
  118. package/build/tools/utility/port-numbers/index.js +0 -0
  119. package/build/tools/utility/rem-px-converter/index.js +0 -0
  120. package/package.json +1 -1
package/LICENSE CHANGED
File without changes
@@ -26,8 +26,7 @@ Add to your VS Code `settings.json`:
26
26
  "it-tools": {
27
27
  "command": "npx",
28
28
  "args": [
29
- "-y",
30
- "wrenchpilot/it-tools-mcp"
29
+ "it-tools-mcp"
31
30
  ],
32
31
  "env": {}
33
32
  }
package/README.md CHANGED
@@ -30,8 +30,7 @@ Add to your VS Code `settings.json`:
30
30
  "it-tools": {
31
31
  "command": "npx",
32
32
  "args": [
33
- "-y",
34
- "wrenchpilot/it-tools-mcp"
33
+ "it-tools-mcp"
35
34
  ],
36
35
  "env": {}
37
36
  }
@@ -315,6 +314,7 @@ This project uses **Conventional Commits** for clear, consistent commit messages
315
314
  - 🏷️ **Git tags** - Created automatically based on package.json version
316
315
 
317
316
  **Examples:**
317
+
318
318
  ```bash
319
319
  git commit -m "feat: add new encryption tool"
320
320
  git commit -m "fix: resolve base64 decoding issue"
package/build/index.js CHANGED
@@ -293,7 +293,7 @@ async function main() {
293
293
  const transport = new StdioServerTransport();
294
294
  await server.connect(transport);
295
295
  // Log startup (stderr only, no resource usage)
296
- if (process.env.NODE_ENV === 'test') {
296
+ if (process.env.NODE_ENV === 'test' && process.env.MCP_TEST_MODE === 'true') {
297
297
  console.error("IT Tools MCP Server running on stdio");
298
298
  // Exit after stdin closes (for test automation)
299
299
  process.stdin.on('end', () => {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "it-tools-mcp",
3
- "version": "3.1.1",
3
+ "version": "3.2.1",
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",