mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
docs(server): add http to transport options in run method docstring (#2707)
This commit is contained in:
parent
aef1ccc026
commit
f2233baa87
1 changed files with 1 additions and 1 deletions
|
|
@ -574,7 +574,7 @@ class FastMCP(Generic[LifespanResultT]):
|
|||
"""Run the FastMCP server. Note this is a synchronous function.
|
||||
|
||||
Args:
|
||||
transport: Transport protocol to use ("stdio", "sse", or "streamable-http")
|
||||
transport: Transport protocol to use ("http", "stdio", "sse", or "streamable-http")
|
||||
"""
|
||||
|
||||
anyio.run(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue