UNPKG

n8n-mcp

Version:

Integration between n8n workflow automation and Model Context Protocol (MCP)

4 lines 278 B
export declare function normalizeNodeType(nodeType: string): string; export declare function getNodeTypeAlternatives(nodeType: string): string[]; export declare function getWorkflowNodeType(packageName: string, nodeType: string): string; //# sourceMappingURL=node-utils.d.ts.map