UNPKG

n8n-nodes-mcp-flex

Version:

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

16 lines 576 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const McpClient_node_1 = require("../nodes/McpClient/McpClient.node"); describe('McpClient Node', () => { let mcpClient; beforeEach(() => { mcpClient = new McpClient_node_1.McpClient(); }); it('should have the correct node type', () => { expect(mcpClient.description.name).toBe('mcpClient'); }); it('should have properties defined', () => { expect(mcpClient.description.properties).toBeDefined(); }); }); //# sourceMappingURL=McpClient.test.js.map