Files
n8n-mcp/dist/n8n/MCPNode.node.d.ts
2025-12-05 12:01:31 +01:00

13 lines
499 B
TypeScript

import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class MCPNode implements INodeType {
description: INodeTypeDescription;
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
private getMCPClient;
private callMCPTool;
private listMCPTools;
private readMCPResource;
private listMCPResources;
private getMCPPrompt;
private listMCPPrompts;
}
//# sourceMappingURL=MCPNode.node.d.ts.map