LICENSE
README.md
pyproject.toml
setup.py
src/iflow_mcp_rekklesna_proxmox_mcp.egg-info/PKG-INFO
src/iflow_mcp_rekklesna_proxmox_mcp.egg-info/SOURCES.txt
src/iflow_mcp_rekklesna_proxmox_mcp.egg-info/dependency_links.txt
src/iflow_mcp_rekklesna_proxmox_mcp.egg-info/entry_points.txt
src/iflow_mcp_rekklesna_proxmox_mcp.egg-info/requires.txt
src/iflow_mcp_rekklesna_proxmox_mcp.egg-info/top_level.txt
src/proxmox_mcp/__init__.py
src/proxmox_mcp/server.py
src/proxmox_mcp/config/__init__.py
src/proxmox_mcp/config/loader.py
src/proxmox_mcp/config/models.py
src/proxmox_mcp/core/__init__.py
src/proxmox_mcp/core/logging.py
src/proxmox_mcp/core/proxmox.py
src/proxmox_mcp/formatting/__init__.py
src/proxmox_mcp/formatting/colors.py
src/proxmox_mcp/formatting/components.py
src/proxmox_mcp/formatting/formatters.py
src/proxmox_mcp/formatting/templates.py
src/proxmox_mcp/formatting/theme.py
src/proxmox_mcp/tools/__init__.py
src/proxmox_mcp/tools/backup.py
src/proxmox_mcp/tools/base.py
src/proxmox_mcp/tools/cluster.py
src/proxmox_mcp/tools/containers.py
src/proxmox_mcp/tools/definitions.py
src/proxmox_mcp/tools/iso.py
src/proxmox_mcp/tools/node.py
src/proxmox_mcp/tools/snapshots.py
src/proxmox_mcp/tools/storage.py
src/proxmox_mcp/tools/vm.py
src/proxmox_mcp/tools/console/__init__.py
src/proxmox_mcp/tools/console/manager.py
src/proxmox_mcp/utils/__init__.py
src/proxmox_mcp/utils/auth.py
src/proxmox_mcp/utils/logging.py
tests/test_server.py
tests/test_vm_console.py