Module handler

Module handler 

Source
Expand description

Handler module for MCP request processing. HTTP handlers for MCP requests using Rocket.

Structs§

HandlerContext
Handler context wrapping the generic handler type.
LastEventIdHeader
Last-Event-ID header for SSE reconnection.
McpResponse
Response wrapper for MCP POST requests.
ProtocolVersionHeader
MCP protocol version header.
SessionIdHeader
MCP session ID header.

Functions§

handle_mcp_post
Handle MCP POST requests.
handle_sse
Handle SSE connections for server-to-client streaming.