Fix homeassistant MCP sidecar command in Helm chart #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The
homeassistantMCP sidecar in the devcontainer Helm chart (v0.2.2) is using an incorrectfastmcpcommand that causes the container to crash with:Current Configuration
The chart currently generates this command for the homeassistant-mcp container:
Required Fix
The command should be:
The
ha-mcpcontainer image (ghcr.io/homeassistant-ai/ha-mcp:stable) includes afastmcp.jsonconfiguration file that specifies the correct module path:When
fastmcp runis executed without specifying a module, it uses this configuration file automatically.Temporary Workaround
Currently patched directly in the deployment:
Action Required
Update the devcontainer Helm chart template for the homeassistant MCP sidecar to use the correct command.
Additional Notes
homeassistant-urlandhomeassistant-tokenHOMEASSISTANT_URLandHOMEASSISTANT_TOKENenvironment variables to be setRelated Context
cpfarhood/kubernetesrepository