Merge pull request #140 from jlowin/fix-branch-name

fix branch name in example
This commit is contained in:
Jeremiah Lowin 2025-04-13 21:42:54 -04:00 committed by GitHub
commit 89cee195f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",
],
)