We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53a0a4 commit a40cbefCopy full SHA for a40cbef
src/mcp/server/fastmcp/server.py
@@ -556,7 +556,7 @@ async def run_stdio_async(self) -> None:
556
self._mcp_server.create_initialization_options(),
557
)
558
559
- async def run_sse_async(self, mount_path: str = "") -> None:
+ async def run_sse_async(self, mount_path: str | None = None) -> None:
560
"""Run the server using SSE transport."""
561
import uvicorn
562
0 commit comments