Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/mcp/server/fastmcp/server.py
Co-authored-by: ihrpr <[email protected]>
  • Loading branch information
tim-watcha and ihrpr authored May 7, 2025
commit a40cbefab412371624f5f352255b538b3ef989ba
2 changes: 1 addition & 1 deletion src/mcp/server/fastmcp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ async def run_stdio_async(self) -> None:
self._mcp_server.create_initialization_options(),
)

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

Expand Down