UNPKG

mcp-think-tank

Version:

Structured thinking and knowledge management tool for Model Context Protocol

6 lines (5 loc) 137 B
/** * Barrel file for coordination strategy exports */ export * from './SequentialStrategy.js'; export * from './ParallelStrategy.js';