Session management for different MCP transport types.
This module provides connection configurations and session management for various MCP transport types including stdio, SSE, WebSocket, and streamable HTTP.
Create a new session to an MCP server.
Protocol for creating httpx.AsyncClient instances for MCP connections.
Configuration for stdio transport connections to MCP servers.
Configuration for Server-Sent Events (SSE) transport connections to MCP.
Connection configuration for Streamable HTTP transport.
Configuration for WebSocket transport connections to MCP servers.