Skip to content

Releases: mp-consulting/homebridge-mcp-server

v1.0.7

Choose a tag to compare

@mp-consulting mp-consulting released this 09 Aug 08:14
bc4aaf8

Changed

  • Node.js support is now ^22.10.0 || ^24.0.0 || ^26.0.0: adds Node 26, which Homebridge 2.3.0 supports as of this release, and drops Node 20. Homebridge 2.x has never accepted Node 20 (it has required ^22 || ^24 since 2.0.0), so the previous range advertised a combination that could not actually run. CI now builds on Node 22.x, 24.x and 26.x.

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@mp-consulting mp-consulting released this 25 Jul 18:30
b5471bd

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@mp-consulting mp-consulting released this 05 Jul 18:42
00e8f2e

Maintenance release: update dependencies to latest within semver ranges.

v1.0.4

Choose a tag to compare

@mp-consulting mp-consulting released this 04 Apr 20:02
4ff996b

Changed

  • Node.js: Add Node.js 24.x support to CI matrix and standardize engines

v1.0.3

Choose a tag to compare

@mp-consulting mp-consulting released this 30 Mar 19:56
a65052e

Fixed

  • TypeScript 6 build fix

v1.0.2

Choose a tag to compare

@mp-consulting mp-consulting released this 30 Mar 19:51
bec0254

Changed

  • Dependencies: Updated all dependencies to latest versions including @modelcontextprotocol/sdk ^1.29.0, zod ^4.3.6, eslint ^10.1.0, typescript ^6.0.2, vitest ^4.1.2, and other dev dependencies.

v1.0.1

Choose a tag to compare

@mp-consulting mp-consulting released this 28 Feb 13:25
283e38a

What's Changed

Chores

  • chore: add CI workflow, project documentation, and bump to 1.0.1

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@mp-consulting mp-consulting released this 28 Feb 13:25
f6e4dde

What's Changed

Initial Release

  • feat: initial commit of Homebridge MCP server with full test suite

Full Changelog: https://github.com/mp-consulting/homebridge-mcp-server/commits/v1.0.0