Skip to main content

Crate rust_mcp_axum

Crate rust_mcp_axum 

Source

Re-exports§

pub use routes::mcp_routes;
pub use axum;

Modules§

routes

Structs§

AxumRuntime
AxumServer
Axum server struct for managing the Axum-based web server
AxumServerOptions
Configuration struct for the Axum server Used to configure the AxumServer instance.
McpMountOptions
Lightweight mount configuration for BYO-server scenarios.

Enums§

TransportServerError

Functions§

create_axum_server
Creates a new AxumServer instance with the provided handler and options The handler must implement ServerHandler.

Type Aliases§

TransportServerResult