ultimate-mcp-server
Version:
The definitive all-in-one Model Context Protocol server for AI-assisted coding across 30+ platforms
11 lines • 560 B
JavaScript
export var OrchestrationStrategy;
(function (OrchestrationStrategy) {
OrchestrationStrategy["Sequential"] = "sequential";
OrchestrationStrategy["Parallel"] = "parallel";
OrchestrationStrategy["Debate"] = "debate";
OrchestrationStrategy["Consensus"] = "consensus";
OrchestrationStrategy["Specialist"] = "specialist";
OrchestrationStrategy["Hierarchical"] = "hierarchical";
OrchestrationStrategy["Mixture"] = "mixture"; // Mixture of experts
})(OrchestrationStrategy || (OrchestrationStrategy = {}));
//# sourceMappingURL=index.js.map