UNPKG

mcp-think-tank

Version:

Structured thinking and knowledge management tool for Model Context Protocol

6 lines 172 B
/** * Barrel file for coordination strategy exports */ export * from './SequentialStrategy.js'; export * from './ParallelStrategy.js'; //# sourceMappingURL=index.d.ts.map