UNPKG

mcp-think-tank

Version:

Structured thinking and knowledge management tool for Model Context Protocol

7 lines 201 B
/** * Barrel file for orchestration exports */ export * from './Orchestrator.js'; export * from './CoordinationStrategy.js'; export * from './strategies/index.js'; //# sourceMappingURL=index.d.ts.map