Skip to main content

Documentation Index

Fetch the complete documentation index at: https://gofastmcp.com/llms.txt

Use this file to discover all available pages before exploring further.

fastmcp.client.transports.sse

Server-Sent Events (SSE) transport for FastMCP Client.

Classes

SSETransport

Transport implementation that connects to an MCP server via Server-Sent Events. Methods:

connect_session

connect_session(self, **session_kwargs: Unpack[SessionKwargs]) -> AsyncIterator[ClientSession]