UNPKG

n8n-mcp

Version:

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

8 lines 284 B
#!/usr/bin/env node declare const fs: any; declare const path: any; declare const Readable: any, Writable: any; declare const logFile: any; declare function handleMessage(message: any): Promise<void>; declare function main(): Promise<void>; //# sourceMappingURL=ultra-minimal.d.ts.map