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.base
Classes
SessionKwargs
Keyword arguments for the MCP ClientSession constructor.
ClientTransport
Abstract base class for different MCP client transport mechanisms.
A Transport is responsible for establishing and managing connections
to an MCP server, and providing a ClientSession within an async context.
Methods:
connect_session
**session_kwargs: Keyword arguments to pass to the ClientSession constructor (e.g., callbacks, timeouts).

