mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
Merge pull request #140 from jlowin/fix-branch-name
fix branch name in example
This commit is contained in:
commit
89cee195f2
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue