UNPKG

@makafeli/n8n-workflow-builder

Version:

Model Context Protocol server for n8n workflow management

17 lines 324 B
export declare const ListToolsRequestSchema: { id: string; shape: { method: { value: string; }; }; }; export declare const CallToolRequestSchema: { id: string; shape: { method: { value: string; }; }; }; //# sourceMappingURL=sdk-schemas.d.ts.map