UNPKG

n8n-nodes-mcp-flex

Version:

Enhanced MCP nodes for n8n with flexible parameter handling and improved AI Agent integration

3 lines (2 loc) 178 B
declare const parseEnvVars: (envString: string | undefined) => Record<string, string>; declare const parseHeaders: (headersString: string | undefined) => Record<string, string>;