n8n-nodes-mcp-static
Version:
MCP nodes for n8n
7 lines (6 loc) • 325 B
TypeScript
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[][]>;
}