UNPKG

@scalogicai/n8n-nodes-mcp-enhanced

Version:

Enhanced MCP client with multi-tenant support and smart prompt handling. Fixed queue mode compatibility and node loading issues. Built on excellent foundation by Jd Fiscus (@nerding-io).

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