langchain.js
    Preparing search index...

    Interface XAIResponsesMcpToolCall

    MCP tool call from a previous response.

    interface XAIResponsesMcpToolCall {
        id: string;
        server_label?: string;
        server_url?: string;
        type: "mcp_call";
    }
    Index

    Properties

    id: string

    The ID of the tool call.

    server_label?: string

    The MCP server label.

    server_url?: string

    The MCP server URL.

    type: "mcp_call"