Skip to main content

Crate rust_mcp_actix

Crate rust_mcp_actix 

Source

Re-exports§

pub use mount::*;

Modules§

mount
routes

Structs§

ActixRuntime
Runtime handle for a running Actix MCP server.
ActixServer
Turnkey Actix MCP server.
ActixServerOptions
Configuration for the Actix MCP server.
McpActixError
Wrapper that implements actix_web::ResponseError for McpHttpError, allowing ? propagation in Actix route handlers that return HttpResponse.
McpMountOptions
Shared mount configuration for all HTTP framework integrations.

Functions§

create_actix_server
Creates a new ActixServer with the given server details, handler, and options.