middleware
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
FastMCP 4 beta is here — get the latest MCP protocol. See what's new.
fastmcp.server.middleware.timingTimingMiddleware on_request on_request(self, context: MiddlewareContext, call_next: CallNext) -> Any
DetailedTimingMiddleware on_call_tool on_call_tool(self, context: MiddlewareContext, call_next: CallNext) -> Any
on_read_resource on_read_resource(self, context: MiddlewareContext, call_next: CallNext) -> Any
on_get_prompt on_get_prompt(self, context: MiddlewareContext, call_next: CallNext) -> Any
on_list_tools on_list_tools(self, context: MiddlewareContext, call_next: CallNext) -> Any
on_list_resources on_list_resources(self, context: MiddlewareContext, call_next: CallNext) -> Any
on_list_resource_templates on_list_resource_templates(self, context: MiddlewareContext, call_next: CallNext) -> Any
on_list_prompts on_list_prompts(self, context: MiddlewareContext, call_next: CallNext) -> Any
