Changes
- chore(release): bump version to 1.1.0 (e85fdad)
- Remove test environment files for cleaner project structure (528d52a)
- Address code review feedback: add type check and security comment (066d324)
- Remove build artifacts from git tracking per .gitignore (6d06a70)
- Add http-server to build:all script (074cd2f)
- Fix list_devices test to parse JSON result (d74ed4b)
- Add required env vars to test setup (9dc86e4)
- Initial plan (4a5f1e5)
- Implement MCP server resources and prompts registration in HTTP and stdio transports (56c3a24)
- Fix MCP tool response formats and environment loading (1a2a39e)
- Add comprehensive microphone permissions documentation (030cdf4)
- Remove port binding from wake-word (incompatible with host network) (eaf0b83)
- Fix wake-word service entrypoint and healthcheck (78fb1a3)
- Remove frozen lockfile flag to support different bun versions in Docker (9d06f10)
- Fix Docker entrypoint to properly chain audio setup with main app (257be95)
- fix: remove outdated dependency reference for homeassistant-mcp (15e25de)
- Update lockfile dependencies (501f9e3)
- fix: update start command to use 'node' for HTTP server execution (636179b)
- Remove obsolete test scripts and files for Home Assistant MCP tools, including comprehensive tests, schema validation, and new feature tests, to streamline the testing process and improve maintainability. (6ac5424)
- fix: resolve merge conflicts in package.json build scripts (62071bf)
- feat(tests): Add comprehensive integration tests for Generic MCP Client and VSCode Extension (9998a3f)
- Security improvements: secure Docker login and limit changelog for first release (e82a364)
- Final improvements: remove prerelease refs and use package name from package.json (1803782)
- Address code review feedback: remove unused prerelease param and fix Docker latest tag (3929e0c)
- Update release workflow to use modern action-gh-release action (60623a6)
- Add comprehensive release system documentation (a7b1b9c)
- Fix shellcheck warnings in workflow files (bbc4150)
- Add automated release workflows for GitHub, npm, and Docker (1611b90)
- Initial plan (9e0f50d)
Installation
npm
npm install -g @jango-blockchained/homeassistant-mcp@1.1.0
Docker
docker pull ghcr.io/jango-blockchained/advanced-homeassistant-mcp:1.1.0