UNPKG

n8n-mcp

Version:

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

4 lines 244 B
#!/usr/bin/env node declare function fetchTemplates(mode?: 'rebuild' | 'update', generateMetadata?: boolean, metadataOnly?: boolean, extractOnly?: boolean): Promise<void>; export { fetchTemplates }; //# sourceMappingURL=fetch-templates.d.ts.map