n8n-mcp
Version:
Integration between n8n workflow automation and Model Context Protocol (MCP)
17 lines • 443 B
TypeScript
declare const fs: any;
declare const path: any;
declare const logFile: any;
declare function log(message: string): void;
declare class MCPServer {
private buffer;
constructor();
private setupStdio;
private processBuffer;
private handleLine;
private handleMessage;
private sendResponse;
private sendNotification;
}
declare const server: MCPServer;
//# sourceMappingURL=fixed-protocol.d.ts.map