Expand description
Solo transports: MCP server (rmcp) and HTTP/JSON (axum).
- MCP stdio:
mcp::SoloMcpServer+mcp::serve_stdio. - HTTP/JSON:
http::SoloHttpState+http::serve_http.
Re-exports§
pub use http::SoloHttpState;pub use http::openapi_spec;pub use http::serve_http;pub use mcp::SoloMcpServer;pub use mcp::serve_stdio;pub use mcp::tool_names;