mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 20:14:17 +02:00
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src/smart_home | ||
| hub.fastmcp.json | ||
| lights.fastmcp.json | ||
| pyproject.toml | ||
| README.md | ||
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