{
  "name": "ops-automation-mcp-ts",
  "version": "2.12.31",
  "description": "TypeScript MCP server for Docker, K3s, Systemd service management and Jenkins builds",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "ops-automation-mcp-ts": "./bin/ops-automation-mcp-ts"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "test": "vitest",
    "test:unit": "vitest run tests/unit",
    "test:integration": "vitest run tests/integration",
    "service": "tsx scripts/service-find.ts",
    "service:find": "tsx scripts/service-find.ts",
    "service:restart": "tsx scripts/service-restart.ts",
    "service:status": "tsx scripts/service-status.ts",
    "service:logs": "tsx scripts/service-logs.ts",
    "service:list": "tsx scripts/service-list.ts"
  },
  "files": [
    "bin",
    "dist",
    "scripts",
    ".claude",
    ".codex",
    "templates",
    "README.md"
  ],
  "keywords": [
    "mcp",
    "docker",
    "k3s",
    "systemd",
    "jenkins",
    "ssh"
  ],
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "node-ssh": "^13.1.0",
    "yaml": "^2.3.0",
    "axios": "^1.6.0",
    "prompts": "^2.4.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/prompts": "^2.4.0",
    "typescript": "^5.0.0",
    "tsx": "^4.0.0",
    "vitest": "^1.0.0"
  }
}
