n8n-mcp
Version:
Integration between n8n workflow automation and Model Context Protocol (MCP)
5 lines • 295 B
TypeScript
import { ToolDefinition } from '../types';
export declare const n8nManagementTools: ToolDefinition[];
export declare const TOOL_OPERATION_PARAM: Record<string, string>;
export declare const DESTRUCTIVE_TOOL_OPERATIONS: Record<string, Set<string>>;
//# sourceMappingURL=tools-n8n-manager.d.ts.map