it-tools-mcp 3.0.11 → 3.0.12

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.
@@ -7,11 +7,10 @@ import psList from "ps-list";
7
7
  import fs from "fs";
8
8
  import readLastLines from "read-last-lines";
9
9
  import path from "path";
10
+ import os from "os";
10
11
  // For Telnet import (telnet-client exports as an object, not a class)
11
12
  const TelnetClient = Telnet.Telnet || Telnet;
12
13
  function resolvePrivateKey(privateKeyArg) {
13
- const os = require('os');
14
- const fs = require('fs');
15
14
  // If not provided, try default keys
16
15
  if (!privateKeyArg) {
17
16
  const home = os.homedir();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "it-tools-mcp",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
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",