fastmcp/examples/smart_home
nate nowack aea8f3b0dc
fix smart_home example: HueAttributes schema and deprecated prefix (#2818)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 08:44:03 -05:00
..
src/smart_home fix smart_home example: HueAttributes schema and deprecated prefix (#2818) 2026-01-09 08:44:03 -05:00
hub.fastmcp.json Update schema path (#1595) 2025-08-23 09:47:58 -04:00
lights.fastmcp.json Update schema path (#1595) 2025-08-23 09:47:58 -04:00
pyproject.toml o 2025-04-13 18:27:17 -05:00
README.md add readme to smarthome example 2025-05-01 09:45:57 -05:00

smart home mcp server

cd examples/smart_home
mcp install src/smart_home/hub.py:hub_mcp -f .env

where .env contains the following:

HUE_BRIDGE_IP=<your hue bridge ip>
HUE_BRIDGE_USERNAME=<your hue bridge username>
open -a Claude