Expand description
Handler module for MCP request processing. HTTP handlers for MCP requests using Rocket.
Structs§
- Handler
Context - Handler context wrapping the generic handler type.
- Last
Event IdHeader - Last-Event-ID header for SSE reconnection.
- McpResponse
- Response wrapper for MCP POST requests.
- Protocol
Version Header - MCP protocol version header.
- Session
IdHeader - MCP session ID header.
Functions§
- handle_
mcp_ post - Handle MCP POST requests.
- handle_
sse - Handle SSE connections for server-to-client streaming.