.env.example
.gitignore
BACKLOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
config.yaml.example
pyproject.toml
requirements.txt
server.py
start-mcp.cmd
.github/agents/claude.agent.md
.github/agents/codex.agent.md
core/__init__.py
core/config.py
core/opnsense_api.py
core/proxmox_api.py
core/ssh.py
docs/design-principles.md
mcp_homelab/__init__.py
mcp_homelab/cli.py
mcp_homelab.egg-info/PKG-INFO
mcp_homelab.egg-info/SOURCES.txt
mcp_homelab.egg-info/dependency_links.txt
mcp_homelab.egg-info/entry_points.txt
mcp_homelab.egg-info/requires.txt
mcp_homelab.egg-info/top_level.txt
mcp_homelab/setup/__init__.py
mcp_homelab/setup/check.py
mcp_homelab/setup/client_setup.py
mcp_homelab/setup/config_writer.py
mcp_homelab/setup/node_setup.py
mcp_homelab/setup/opnsense_setup.py
mcp_homelab/setup/prompts.py
mcp_homelab/setup/proxmox_setup.py
mcp_homelab/setup/ssh_helpers.py
tests/__init__.py
tests/conftest.py
tests/unit/__init__.py
tests/unit/test_api_setup.py
tests/unit/test_client_setup.py
tests/unit/test_config.py
tests/unit/test_config_writer.py
tests/unit/test_context_gen.py
tests/unit/test_node_parsers.py
tests/unit/test_opnsense_tools.py
tests/unit/test_prompts.py
tests/unit/test_proxmox_tools.py
tests/unit/test_ssh.py
tools/__init__.py
tools/context_gen.py
tools/discovery.py
tools/nodes.py
tools/opnsense.py
tools/proxmox.py