[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "proxmox-mcp" version = "1.2.0" description = "Model Context Protocol server for Proxmox VE management — deploy, manage, and monitor VMs and LXCs" readme = "README.md" requires-python = ">=3.10" license = "MIT" keywords = ["mcp", "proxmox", "pve", "hermes"] dependencies = [ "mcp>=1.0.0", "httpx>=0.27.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", ] [project.scripts] proxmox-mcp = "proxmox_mcp.server:main" [tool.hatch.build.targets.wheel] packages = ["src/proxmox_mcp"]