n8n-mcp
Version:
Integration between n8n workflow automation and Model Context Protocol (MCP)
8 lines • 353 B
TypeScript
export declare class ExampleGenerator {
static generateFromNodeDefinition(nodeDefinition: any): any;
static generateExampleParameters(nodeDefinition: any): any;
private static generateExampleValue;
private static generateNodeId;
static generateFromOperations(operations: any[]): any;
}
//# sourceMappingURL=example-generator.d.ts.map