first_run
Provides step-by-step setup instructions and config templates for connecting MCP clients to your Fibaro Home Center when configuration is missing.
Instructions
Setup helper. Use this when configuration is missing. Returns step-by-step instructions plus config templates for common MCP clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: text (default) or json (stringified MCP result) | |
| client | No | Which MCP client you are using (Claude Desktop / Cursor / VS Code extension / Other) | |
| os | No | Your OS (macOS / Windows / Linux) | |
| repo_path | No | Absolute path to this repo (used to build the node args pointing to dist/index.js) | |
| fibaro_host | No | Fibaro Home Center host (IP or hostname) | |
| fibaro_username | No | Fibaro username | |
| fibaro_https | No | Whether Fibaro uses HTTPS (default: true) | |
| fibaro_port | No | Port (default: 443 for HTTPS, 80 for HTTP) |