@tosin2013/mcp-shrimp-task-manager
Version:
Enhanced MCP Shrimp Task Manager with comprehensive LLM integration. A task management tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. Features real GPT-4 ↔ MCP tools communication, comprehensive testing pipeline
10 lines • 299 B
JavaScript
/**
* Export all data models for the Idea Honing Tool
*/
// Export specification models
export * from './specification.js';
// Export analysis result models
export * from './analysis-result.js';
// Export workflow state models
export * from './workflow-state.js';
//# sourceMappingURL=index.js.map