Emitted when an MCP tool call has completed successfully.

interface ResponseMcpCallCompletedEvent {
    sequence_number: number;
    type: "response.mcp_call.completed";
}

Properties

sequence_number: number

The sequence number of this event.

type: "response.mcp_call.completed"

The type of the event. Always 'response.mcp_call.completed'.