🚨 Hotfix v7.4.1
Fixed
- addon: Propagate
BUILD_VERSIONto runtime so the production Home Assistant add-on reports the correct version in startup logs. Previously,7.4.0was shown even when running the v7.4.0 add-on because thehomeassistant-addon/Dockerfilenever setHA_MCP_BUILD_VERSIONand the addon-publish workflow checked out the pre-semantic-release commit (#1090). - ci: Unbreak
hotfix-release.ymlsemantic-release run; the previous detached-HEAD checkout silently no-op'd every hotfix merge (#1091).
Notes
This release was cut manually to recover from the broken hotfix-release flow that #1091 fixes. Standalone binaries are not attached to this release; binary distribution users should pull from the next stable cycle. The Home Assistant add-on Docker images (ghcr.io/homeassistant-ai/ha-mcp-addon-amd64:7.4.1 and …-aarch64:7.4.1) are published.