UNPKG

@it-era/n8n-nodes-mcp

Version:
8 lines (7 loc) 240 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class McpClientApi implements ICredentialType { name: string; displayName: string; icon: "file:mcpClient.svg"; properties: INodeProperties[]; }