# Functions
NewGinTransport creates a new Gin transport.
NewHTTPClientTransport creates a new HTTP client transport that connects to the specified endpoint.
NewHTTPTransport creates a new HTTP transport that listens on the specified endpoint.
# Structs
GinTransport implements a stateless HTTP transport for MCP using Gin.
HTTPClientTransport implements a client-side HTTP transport for MCP.
HTTPTransport implements a stateless HTTP transport for MCP.