UNPKG

n8n-nodes-mcp-jsonfix

Version:

MCP nodes for n8n with improved JSON parsing using parseKeyValuePairs.

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