Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@ikari-pl ikari-pl released this 08 Jan 13:13
· 57 commits to main since this release

Initial Release

First stable release of fibaro-mcp - Model Context Protocol server for Fibaro Home Center integration.

Features

  • Full Fibaro Home Center API integration
  • Device management (list, get, control)
  • Scene management (list, get, create, update, execute, delete)
  • Quick App management (list, get, create, update, delete)
  • Room and section management
  • Variable management
  • User management
  • First-run setup tool
  • Intent-based API (minimal, standard, full toolsets)
  • Comprehensive error handling with diagnostics
  • 98.56% test coverage

Technical Details

  • Node.js 22+ required
  • TypeScript with strict mode
  • Vitest for testing
  • Published to npm with provenance attestation

Installation

npm install -g fibaro-mcp@1.0.0
# or with dist-tag
npm install -g fibaro-mcp@legacy

Configuration

See QUICKSTART.md for setup instructions.


Note: This is the pre-tool-reduction release tagged as legacy on npm. For the latest features, see v2.0.0 or install with npm install -g fibaro-mcp (defaults to latest).