UNPKG

n8n-nodes-mcp-static

Version:
7 lines (6 loc) 325 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class McpClient implements INodeType { static descriptionData: INodeTypeDescription; get description(): INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }