Re-exports§
pub use routes::mcp_routes;pub use axum;
Modules§
Structs§
- Axum
Runtime - Axum
Server - Axum server struct for managing the Axum-based web server
- Axum
Server Options - Configuration struct for the Axum server Used to configure the AxumServer instance.
- McpMount
Options - Lightweight mount configuration for BYO-server scenarios.
Enums§
Functions§
- create_
axum_ server - Creates a new AxumServer instance with the provided handler and options The handler must implement ServerHandler.