UNPKG

n8n-nodes-mcp-flex

Version:

Enhanced MCP nodes for n8n with flexible parameter handling and improved AI Agent integration

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