Module handlers

Source
Expand description

HTTP handlers for MCP OAuth server

This module contains various HTTP handlers that provide different endpoints for the MCP OAuth server. Each handler follows microkernel design principles with clear separation of concerns.

Re-exports§

pub use mcp_server::McpServer;
pub use sse_handler::SseHandler;
pub use sse_handler::SseHandlerConfig;
pub use streamable_http::StreamableHttpHandler;

Modules§

mcp_server
MCP Server handler
sse_handler
SSE (Server-Sent Events) handler for MCP communication
streamable_http
Streamable HTTP endpoint with OAuth authorization

Traits§

McpServerHandler
Trait for MCP server implementations that can be used with the microkernel