[project] name = "proxmox-mcp-custom" version = "0.1.0" description = "Custom Proxmox MCP Server" dependencies = [ "fastmcp>=2.0", "proxmoxer", "requests", # Required for proxmoxer https backend "uvicorn", "python-dotenv", # For local development ] requires-python = ">=3.11" [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.uv] python-version = "3.11" # Specify desired Python version for uv