Skip to content

Commit a40cbef

Browse files
tim-watchaihrpr
andauthored
Update src/mcp/server/fastmcp/server.py
Co-authored-by: ihrpr <inna.hrpr@gmail.com>
1 parent a53a0a4 commit a40cbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ async def run_stdio_async(self) -> None:
556556
self._mcp_server.create_initialization_options(),
557557
)
558558

559-
async def run_sse_async(self, mount_path: str = "") -> None:
559+
async def run_sse_async(self, mount_path: str | None = None) -> None:
560560
"""Run the server using SSE transport."""
561561
import uvicorn
562562

0 commit comments

Comments
 (0)