package
0.8.3
Repository: https://github.com/mark3labs/mcp-go.git
Documentation: pkg.go.dev

# 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.