UNPKG

@n8n/n8n-nodes-langchain

Version:
7 lines (6 loc) 296 B
import type { INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; import { Node } from 'n8n-workflow'; export declare class McpTrigger extends Node { description: INodeTypeDescription; webhook(context: IWebhookFunctions): Promise<IWebhookResponseData>; }