UNPKG

n8n-mcp

Version:

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

9 lines 322 B
#!/usr/bin/env node export declare function loadAuthToken(): string | null; export declare function startFixedHTTPServer(): Promise<void>; declare module './mcp/server' { interface N8NDocumentationMCPServer { executeTool(name: string, args: any): Promise<any>; } } //# sourceMappingURL=http-server.d.ts.map