1 2 3 4 5 6 7 8 9
mod adapters; mod application; mod error; mod ports; mod server; pub use error::McpError; pub use server::serve_with_profile; pub use weavatrix_rust::operations::ToolProfile as McpProfile;