mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 03:54:18 +02:00
15 lines
No EOL
264 B
Markdown
15 lines
No EOL
264 B
Markdown
# smart home mcp server
|
|
|
|
```bash
|
|
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>
|
|
```
|
|
|
|
```bash
|
|
open -a Claude
|
|
``` |