fix branch name in example

This commit is contained in:
zzstoatzz 2025-04-13 18:28:44 -05:00
commit 77a241c09c
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ from smart_home.settings import settings
hub_mcp = FastMCP(
"Smart Home Hub (phue2)",
dependencies=[
"smart_home@git+https://github.com/jlowin/fastmcp.git@n8example#subdirectory=examples/smart_home",
"smart_home@git+https://github.com/jlowin/fastmcp.git#subdirectory=examples/smart_home",
],
)

View file

@ -25,7 +25,7 @@ class HueAttributes(TypedDict, total=False):
lights_mcp = FastMCP(
"Hue Lights Service (phue2)",
dependencies=[
"smart_home@git+https://github.com/jlowin/fastmcp.git@n8example#subdirectory=examples/smart_home",
"smart_home@git+https://github.com/jlowin/fastmcp.git#subdirectory=examples/smart_home",
],
)