UNPKG

n8n-mcp

Version:

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

8 lines 259 B
#!/usr/bin/env node export declare function startSSEServer(): Promise<void>; declare module './mcp/server' { interface N8NDocumentationMCPServer { executeTool(name: string, args: any): Promise<any>; } } //# sourceMappingURL=sse-server.d.ts.map