Skip to main content

run_http

Function run_http 

Source
pub async fn run_http(addr: &str, settings: McpSettings) -> Result<(), String>
Expand description

Serve Streamable HTTP until stopped.

ยงErrors

Returns bind/serve I/O errors, or missing token configuration.