Expand description
MCP server implementation
This module provides the main server implementation for the Model Context Protocol.
Re-exports§
pub use mcp_server::McpServer;
pub use http_server::HttpMcpServer;
Modules§
- handlers
- MCP server request handlers
- http_
server - HTTP-specific MCP server implementation
- lifecycle
- Server Lifecycle Management
- mcp_
server - MCP server implementation