LICENSE
README.md
pyproject.toml
src/cursor_proxmox_mcp.egg-info/PKG-INFO
src/cursor_proxmox_mcp.egg-info/SOURCES.txt
src/cursor_proxmox_mcp.egg-info/dependency_links.txt
src/cursor_proxmox_mcp.egg-info/entry_points.txt
src/cursor_proxmox_mcp.egg-info/requires.txt
src/cursor_proxmox_mcp.egg-info/top_level.txt
src/proxmox_mcp/__init__.py
src/proxmox_mcp/errors.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/log_filters.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/access.py
src/proxmox_mcp/tools/acme.py
src/proxmox_mcp/tools/backup.py
src/proxmox_mcp/tools/base.py
src/proxmox_mcp/tools/cluster.py
src/proxmox_mcp/tools/container.py
src/proxmox_mcp/tools/definitions.py
src/proxmox_mcp/tools/firewall.py
src/proxmox_mcp/tools/guest.py
src/proxmox_mcp/tools/ha.py
src/proxmox_mcp/tools/helpers.py
src/proxmox_mcp/tools/inventory.py
src/proxmox_mcp/tools/migrate.py
src/proxmox_mcp/tools/network.py
src/proxmox_mcp/tools/node.py
src/proxmox_mcp/tools/pool.py
src/proxmox_mcp/tools/register.py
src/proxmox_mcp/tools/replication.py
src/proxmox_mcp/tools/sdn.py
src/proxmox_mcp/tools/snapshot.py
src/proxmox_mcp/tools/spec.py
src/proxmox_mcp/tools/storage.py
src/proxmox_mcp/tools/tasks.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
tests/test_access_tools.py
tests/test_base.py
tests/test_config.py
tests/test_console_manager.py
tests/test_container_tools.py
tests/test_design_invariants.py
tests/test_domain_tools.py
tests/test_error_paths.py
tests/test_errors.py
tests/test_formatting.py
tests/test_guest.py
tests/test_helpers.py
tests/test_invoke_all_tools.py
tests/test_logging.py
tests/test_phase_b_tools.py
tests/test_proxmox_manager.py
tests/test_server.py
tests/test_smoke.py
tests/test_tools_unit.py
tests/test_vm_console.py
tests/test_vm_tools.py