Skip to main content

fastmcp.server.mixins.lifespan

Lifespan and Docket task infrastructure for FastMCP Server.

Classes

LifespanMixin

Mixin providing lifespan and Docket task infrastructure for FastMCP. Methods:

docket

docket(self: FastMCP) -> Docket | None
Get the Docket instance if Docket support is enabled. Returns None if Docket is not enabled or server hasn’t been started yet.