Skip to main content

synthesize_error

Function synthesize_error 

Source
fn synthesize_error(request_line: &str, code: i64, message: String) -> String
Expand description

Build a JSON-RPC error response so the MCP client gets a structured error instead of a hang when the HTTP layer fails before the server can respond.