.dockerignore
.env.example
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
config.docker.yaml
config.yaml.example
docker-compose.yml
pyproject.toml
requirements.txt
server.py
.github/dependabot.yml
.github/agents/claude.agent.md
.github/agents/codex.agent.md
.github/agents/security.agent.md
.github/instructions/code-review.instructions.md
.github/workflows/ci.yml
.github/workflows/gitleaks.yml
deploy/DEPLOYMENT-GUIDE.md
deploy/README.md
deploy/deploy.py
docs/design-principles.md
guides/README.md
guides/docker-deployment.md
guides/hosted-mode.md
guides/proxmox-cloudflare-tunnel.md
mcp_homelab/__init__.py
mcp_homelab/cli.py
mcp_homelab/server.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/core/__init__.py
mcp_homelab/core/auth.py
mcp_homelab/core/config.py
mcp_homelab/core/oauth_provider.py
mcp_homelab/core/opnsense_api.py
mcp_homelab/core/proxmox_api.py
mcp_homelab/core/ssh.py
mcp_homelab/data/__init__.py
mcp_homelab/data/mcp-homelab.service
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/install.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/roles.py
mcp_homelab/setup/ssh_helpers.py
mcp_homelab/setup/ssh_provisioning.py
mcp_homelab/tools/__init__.py
mcp_homelab/tools/context_gen.py
mcp_homelab/tools/discovery.py
mcp_homelab/tools/nodes.py
mcp_homelab/tools/opnsense.py
mcp_homelab/tools/proxmox.py
tests/__init__.py
tests/conftest.py
tests/unit/__init__.py
tests/unit/test_api_setup.py
tests/unit/test_auth.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_install.py
tests/unit/test_node_parsers.py
tests/unit/test_oauth_provider.py
tests/unit/test_opnsense_tools.py
tests/unit/test_prompts.py
tests/unit/test_proxmox_tools.py
tests/unit/test_roles.py
tests/unit/test_ssh.py
tests/unit/test_ssh_provisioning.py