You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add mount_path support to FastMCP for proper SSE endpoint handling
This commit adds a mount_path attribute to FastMCP settings to support
properly constructing SSE endpoints when servers are mounted under
sub-paths. The _normalize_path helper method combines mount paths with
endpoints to ensure correct session_uri generation.
This fixes issues when running multiple FastMCP servers under different
path prefixes in a single Starlette application.
0 commit comments