UNPKG

claude-flow-tbowman01

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

26 lines 730 B
#!/usr/bin/env node export declare class ClaudeCodeMCPWrapper { private server; private sparcModes; private swarmExecutions; private claudeCodeMCP; constructor(); private loadSparcModes; private setupHandlers; private getTools; private handleToolCall; private handleSparcTool; private buildEnhancedPrompt; private getToolDescription; private getSparcMethodology; private getModeSpecificArchitecture; private getModeStrategy; private listModes; private handleSwarm; private planSwarmAgents; private launchSwarmAgent; private getSwarmStatus; private forwardToClaudeCode; run(): Promise<void>; } //# sourceMappingURL=claude-code-wrapper.d.ts.map