UNPKG

n8n-mcp

Version:

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

15 lines 657 B
import { WorkflowMutationData, WorkflowMutationRecord } from './mutation-types.js'; export declare class MutationTracker { private recentMutations; private readonly RECENT_MUTATIONS_LIMIT; processMutation(data: WorkflowMutationData, userId: string): Promise<WorkflowMutationRecord | null>; private validateMutationData; private calculateChangeMetrics; private calculateValidationMetrics; private extractOperationTypes; private addToRecentMutations; clearRecentMutations(): void; getRecentMutationsCount(): number; } export declare const mutationTracker: MutationTracker; //# sourceMappingURL=mutation-tracker.d.ts.map