-
Notifications
You must be signed in to change notification settings - Fork 2k
Remove sse_app method (deprecated 2.3.2) #2189
Copy link
Copy link
Closed
Labels
breaking changeBreaks backward compatibility. Requires minor version bump. Critical for maintainer attention.Breaks backward compatibility. Requires minor version bump. Critical for maintainer attention.enhancementImprovement to existing functionality. For issues and smaller PR improvements.Improvement to existing functionality. For issues and smaller PR improvements.serverRelated to FastMCP server implementation or server-side functionality.Related to FastMCP server implementation or server-side functionality.
Milestone
Metadata
Metadata
Assignees
Labels
breaking changeBreaks backward compatibility. Requires minor version bump. Critical for maintainer attention.Breaks backward compatibility. Requires minor version bump. Critical for maintainer attention.enhancementImprovement to existing functionality. For issues and smaller PR improvements.Improvement to existing functionality. For issues and smaller PR improvements.serverRelated to FastMCP server implementation or server-side functionality.Related to FastMCP server implementation or server-side functionality.
Remove the deprecated
sse_app()method from FastMCP.Deprecated in: 2.3.2
Migration: Use
http_app()or callfastmcp.server.http.create_sse_app()directlyFiles affected: