Expand description
Concurrent execution helpers to run a normal RustAPI HTTP server side-by-side with an MCP server (on a separate address).
This is modeled after rustapi-grpc for consistency.
Functions§
- run_
concurrently - Run two independent futures concurrently (HTTP + MCP).
- run_
rustapi_ and_ mcp - Run a
RustApiHTTP server and anMcpServerside-by-side on separate addresses. - run_
rustapi_ and_ mcp_ with_ shutdown - Run RustAPI HTTP + MCP with a shared shutdown signal.
Type Aliases§
- BoxError
- Boxed error type used by runner helpers.
- Result
- Result type for runner helpers.
- Shutdown
Future - Shutdown future type.