UNPKG

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

19 lines 459 B
#!/usr/bin/env node declare class BootstrapCLI { private args; constructor(); run(): Promise<void>; private showHelp; private handleInit; private handleStatus; private handleUpdate; private handleInstall; private handleValidate; private handleClean; private handleInfo; private buildConfigFromArgs; private hasFlag; private getArgValue; } export { BootstrapCLI }; //# sourceMappingURL=bootstrap.d.ts.map