fastmcp/examples/smart_home
Jeremiah Lowin e32a2098f9
Trim fastmcp.types to FastMCP-unique types only
fastmcp.types re-exported 29 mcp_types symbols verbatim, which was
pointless indirection users had to discover. It now holds only Textarea,
the one type FastMCP actually defines; everything else imports from
mcp_types directly. These mirrors were added during unreleased SDK v2
migration work and never shipped, so this is not a breaking change.
2026-07-20 20:53:11 -04:00
..
src/smart_home Trim fastmcp.types to FastMCP-unique types only 2026-07-20 20:53:11 -04:00
hub.fastmcp.json Normalize repo references to PrefectHQ/fastmcp casing (#3218) 2026-02-18 14:51:18 -05:00
lights.fastmcp.json Normalize repo references to PrefectHQ/fastmcp casing (#3218) 2026-02-18 14:51:18 -05:00
pyproject.toml Normalize repo references to PrefectHQ/fastmcp casing (#3218) 2026-02-18 14:51:18 -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