zzstoatzz commited on
Commit
c7c6f45
·
1 Parent(s): 82be79f

add readme to smarthome example

Browse files
Files changed (1) hide show
  1. examples/smart_home/README.md +15 -0
examples/smart_home/README.md CHANGED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # smart home mcp server
2
+
3
+ ```bash
4
+ cd examples/smart_home
5
+ mcp install src/smart_home/hub.py:hub_mcp -f .env
6
+ ```
7
+ where `.env` contains the following:
8
+ ```
9
+ HUE_BRIDGE_IP=<your hue bridge ip>
10
+ HUE_BRIDGE_USERNAME=<your hue bridge username>
11
+ ```
12
+
13
+ ```bash
14
+ open -a Claude
15
+ ```