claude-code-subagents-orchestrator
Version:
Claude Code Sub-agents Orchestrator - A powerful MCP server for orchestrating multiple AI sub-agents for complex task execution in Claude Code
9 lines • 460 B
TypeScript
export { OrchestratorMCPServer } from './server.js';
export * from './types/core.js';
export * from './types/enhanced-core.js';
export * from './types/tools.js';
export { BootstrapSystem, createBootstrapSystem, quickBootstrap, cliBootstrap } from './core/bootstrap-system.js';
export { BootstrapManager } from './core/bootstrap.js';
export { PathResolver, FileSystemManager } from './core/filesystem.js';
//# sourceMappingURL=index.d.ts.map