# Functions
NewSSEMCPClient creates a new SSE-based MCP client with the given base URL.
NewStdioMCPClient creates a new stdio-based MCP client that communicates with a subprocess.
# Structs
No description provided by the author
SSEMCPClient implements the MCPClient interface using Server-Sent Events (SSE).
StdioMCPClient implements the MCPClient interface using stdio communication.
# Interfaces
MCPClient represents an MCP client interface.