Skip to main content

Module server

Module server 

Source

Re-exports§

pub use builder::McpServerBuilder;
pub use builder::ToolDef;
pub use core::McpServer;
pub use extract::Extension;
pub use extract::Json;
pub use extract::State;
pub use handler::BoxFuture;
pub use handler::HandlerFn;
pub use handler::IntoToolResult;
pub use handler::ToolHandler;
pub use handler::TypedMarker;
pub use router::Router;
pub use session::Session;
pub use extract::Auth;
pub use handler::AuthenticatedMarker;

Modules§

auth_context
Task-local auth identity context.
builder
core
extract
handler
router
session