-
Notifications
You must be signed in to change notification settings - Fork 2k
Remove Context.get_http_request method (deprecated 2.2.11) #2194
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
Context.get_http_request()method.Deprecated in: 2.2.11
Migration: Use
get_http_request()fromfastmcp.server.dependenciesinsteadSee https://gofastmcp.com/servers/context#http-requests
Files affected: