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§
- McpServer
Handler - Trait for MCP server implementations that can be used with the microkernel