UNPKG

n8n-nodes-mcp-session

Version:

MCP nodes for n8n with session management support

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