Function handle_post

Source
fn handle_post(
    body: &[u8],
    tx: &Sender<ToolCall>,
    ctx: &Context,
) -> Option<Value>
Expand description

Handle a POST body (single request or batch). None = nothing to send back (notifications only) → 202.