n8n-mcp
Version:
Integration between n8n workflow automation and Model Context Protocol (MCP)
8 lines • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UIAppRegistry = exports.UI_APP_CONFIGS = void 0;
var app_configs_1 = require("./app-configs");
Object.defineProperty(exports, "UI_APP_CONFIGS", { enumerable: true, get: function () { return app_configs_1.UI_APP_CONFIGS; } });
var registry_1 = require("./registry");
Object.defineProperty(exports, "UIAppRegistry", { enumerable: true, get: function () { return registry_1.UIAppRegistry; } });
//# sourceMappingURL=index.js.map