docs(server): add http to transport options in run method docstring (#2707)

This commit is contained in:
A Ashif 2025-12-25 00:21:26 +05:30 committed by GitHub
commit f2233baa87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(