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. - Auth (v0.8.0 P3):
auth::AuthConfig+auth::AuthenticatedPrincipal.
Re-exports§
pub use auth::AuthConfig;pub use auth::AuthError;pub use auth::AuthenticatedPrincipal;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;