pub async fn run_http(addr: &str, settings: McpSettings) -> Result<(), String>
Serve Streamable HTTP until stopped.
Returns bind/serve I/O errors, or missing token configuration.