Module http

Source
Expand description

HTTP transport implementation for MCP

This module provides HTTP-based transport for MCP communication, including Server-Sent Events (SSE) for real-time communication.

Structsยง

HttpClientTransport
HTTP transport for MCP clients
HttpServerTransport
HTTP transport for MCP servers