{
  "name": "@aicommander/mcp",
  "version": "1.3.2",
  "mcpName": "dev.aicommander/mcp",
  "description": "Remote shell and long-running background jobs for AI agents. Let Claude, Codex, ChatGPT or any MCP client run commands, builds, batch work and GPU/ML training on your own machines without exposed SSH, open ports or VPN.",
  "keywords": [
    "ssh",
    "remote",
    "remote-execution",
    "remote-command",
    "remote-access",
    "remote-management",
    "remote-shell",
    "remote-jobs",
    "background-jobs",
    "long-running-jobs",
    "gpu",
    "gpu-compute",
    "machine-learning",
    "ml-training",
    "fine-tuning",
    "batch-processing",
    "shell",
    "bash",
    "terminal",
    "command-execution",
    "ssh-alternative",
    "ansible-alternative",
    "devops",
    "sysadmin",
    "server-management",
    "fleet",
    "mcp",
    "model-context-protocol",
    "ai-agent",
    "claude",
    "codex",
    "aicommander"
  ],
  "homepage": "https://aicommander.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lksrz/aicommander.git",
    "directory": "packages/mcp"
  },
  "bugs": {
    "url": "https://github.com/lksrz/aicommander/issues"
  },
  "license": "MIT",
  "type": "module",
  "bin": {
    "aicommander-mcp": "./dist/bin/mcp.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.txt",
    "THIRD-PARTY-NOTICES.txt"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --noEmit && esbuild bin/mcp.ts --bundle --platform=node --format=esm --external:@modelcontextprotocol/sdk/* --external:zod --outfile=dist/bin/mcp.js",
    "prepublishOnly": "npm run build",
    "test": "pnpm run build && node --test test/*.test.mjs",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.30.0",
    "zod": "3.25.76"
  },
  "devDependencies": {
    "@aicommander/protocol": "workspace:*",
    "@types/node": "22.19.21",
    "esbuild": "0.28.2",
    "typescript": "5.9.3"
  }
}
