n8n
Version:
n8n Workflow Automation Tool
7 lines • 339 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.areAgentToolsAvailable = areAgentToolsAvailable;
function areAgentToolsAvailable(globalConfig, moduleRegistry) {
return globalConfig.endpoints.mcpBuilderEnabled && moduleRegistry.isActive('agents');
}
//# sourceMappingURL=mcp-tool-availability.js.map