rust-mcp-actix 0.1.4

Actix-web HTTP server integration for rust-mcp-sdk
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod bridge;
mod error;
mod factory;
pub mod mount;
mod options;
pub mod routes;
mod runtime;
mod server;

pub use error::*;
pub use factory::*;
pub use mount::*;
pub use options::*;
pub use runtime::*;
pub use rust_mcp_sdk::mcp_http::McpMountOptions;
pub use server::*;