UNPKG

mcp-think-tank

Version:

Structured thinking and knowledge management tool for Model Context Protocol

7 lines (6 loc) 166 B
/** * Barrel file for orchestration exports */ export * from './Orchestrator.js'; export * from './CoordinationStrategy.js'; export * from './strategies/index.js';