Skip to main content
Configuration interface for MCPListToolsNode creation. Remarks: Use this variant when reusing an existing MCPClientComponent. Extends: AbstractNodeProps

Interface Definition

interface MCPListToolsNodePropsWithComponent {
    id?: string;
    mcpComponent: MCPClientComponent;
    reportToClient?: boolean;
}

Properties

id (optional)

id?: string
Optional explicit node identifier. Remarks: If omitted, a stable auto-generated ID based on the class name is assigned. Inherited from: AbstractNodeProps.id

mcpComponent

mcpComponent: MCPClientComponent
Existing MCP component to use

reportToClient (optional)

reportToClient?: boolean
Whether to report results to a client Overrides: AbstractNodeProps.reportToClient