{
  "name": "@ricklamers/ssh-mcp-server",
  "version": "1.0.0",
  "description": "MCP server for executing SSH commands on remote servers with persistent connections",
  "type": "module",
  "bin": {
    "ssh-mcp-server": "build/index.js"
  },
  "scripts": {
    "build": "tsc && chmod 755 build/index.js",
    "watch": "tsc --watch",
    "prepare": "npm run build"
  },
  "keywords": [
    "mcp",
    "ssh",
    "remote",
    "server"
  ],
  "author": "ricklamers",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ricklamers/ssh-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/ricklamers/ssh-mcp-server/issues"
  },
  "homepage": "https://github.com/ricklamers/ssh-mcp-server#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "ssh2": "^1.16.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "@types/ssh2": "^1.15.1",
    "typescript": "^5.7.2"
  },
  "files": [
    "build"
  ]
}
