mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
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. |
||
|---|---|---|
| .. | ||
| 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