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 a443362 commit a53a0a4Copy full SHA for a53a0a4
src/mcp/server/fastmcp/server.py
@@ -603,7 +603,7 @@ def sse_app(self, mount_path: str | None = None) -> Starlette:
603
from starlette.routing import Mount, Route
604
605
# Update mount_path in settings if provided
606
- if mount_path:
+ if mount_path is not None:
607
self.settings.mount_path = mount_path
608
609
# Create normalized endpoint considering the mount path
0 commit comments