{
  "name": "@itunified.io/mcp-proxmox",
  "version": "2026.4.10-1",
  "description": "MCP server for Proxmox VE — read-only monitoring via PVE REST API",
  "type": "module",
  "main": "dist/index.js",
  "bin": { "mcp-proxmox": "dist/index.js" },
  "engines": { "node": ">=20" },
  "mcpName": "io.github.itunified-io/proxmox",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm test && node scripts/prepublish-check.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.24.0",
    "axios": "^1.7.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0",
    "vitest": "^3.1.0"
  },
  "files": ["dist/", "README.md", "LICENSE", "CHANGELOG.md", "server.json"],
  "repository": { "type": "git", "url": "git+https://github.com/itunified-io/mcp-proxmox.git" },
  "keywords": ["mcp", "proxmox", "pve", "virtualization", "monitoring"],
  "author": "ITUNIFIED GmbH",
  "license": "AGPL-3.0-or-later"
}
