Re-exports§
pub use mount::*;
Modules§
Structs§
- Actix
Runtime - Runtime handle for a running Actix MCP server.
- Actix
Server - Turnkey Actix MCP server.
- Actix
Server Options - Configuration for the Actix MCP server.
- McpActix
Error - Wrapper that implements
actix_web::ResponseErrorforMcpHttpError, allowing?propagation in Actix route handlers that returnHttpResponse. - McpMount
Options - Shared mount configuration for all HTTP framework integrations.
Functions§
- create_
actix_ server - Creates a new
ActixServerwith the given server details, handler, and options.