{
  "name": "@samik081/mcp-pve",
  "mcpName": "io.github.Samik081/mcp-pve",
  "version": "0.8.1",
  "description": "Manage Proxmox VE through AI assistants",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "mcp-pve": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "biome check src/",
    "lint:fix": "biome check --write src/",
    "test": "vitest run",
    "start": "node dist/index.js",
    "dev": "node --watch --experimental-strip-types src/index.ts",
    "inspect": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "keywords": [
    "proxmox",
    "pve",
    "mcp",
    "model-context-protocol",
    "virtualization",
    "ai",
    "llm",
    "claude"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Samik081/mcp-pve.git"
  },
  "homepage": "https://github.com/Samik081/mcp-pve#readme",
  "bugs": {
    "url": "https://github.com/Samik081/mcp-pve/issues"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.8",
    "@types/node": "^24.13.3",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  }
}
