# ha-mcp — dev-station tool, not a deployed service (no image, no compose). # Install into services/ha-mcp/.venv; see README.md, "Install". mcp>=2.0 # Also required, and already present system-wide on the dev station / # control nodes (used by scripts/ha/lib/*): requests, PyYAML, # websocket-client. The venv is created with --system-site-packages so it # reuses them instead of shadowing the versions the rest of scripts/ha uses. pytest # tests only