Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ version = "2.0.0"
description = "Remote MCP server for Proxmox VE and BMC (iLO/IPMI) infrastructure management"
requires-python = ">=3.11"
dependencies = [
"mcp[cli]>=1.0",
# 2.0 renamed mcp.server.fastmcp to mcp.server.mcpserver and FastMCP to
# MCPServer, which every tool module imports. Hold at 1.x until that
# migration lands; the range was open-ended, so CI started installing
# 2.0 the day it shipped and stopped collecting four test modules.
"mcp[cli]>=1.0,<2",
"proxmoxer",
"requests",
"python-hpilo",
Expand Down