Skip to main content

Crate solo_api

Crate solo_api 

Source
Expand description

Solo transports: MCP server (rmcp) and HTTP/JSON (axum).

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;

Modules§

http
HTTP/JSON transport for Solo. Local-only by default — binds to 127.0.0.1:<port> and serves the same operations the MCP server exposes:
mcp
MCP (Model Context Protocol) server for Solo.