langchain.js
    Preparing search index...

    Interface XAIResponsesOutputMcpCall

    MCP call output item.

    interface XAIResponsesOutputMcpCall {
        id: string;
        server_label?: string;
        server_url?: string;
        status?: "in_progress" | "completed" | "failed";
        type: "mcp_call";
    }
    Index

    Properties

    id: string

    The ID of the MCP call.

    server_label?: string

    The MCP server label.

    server_url?: string

    The MCP server URL.

    status?: "in_progress" | "completed" | "failed"

    The status of the MCP call.

    type: "mcp_call"