@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
11 lines (10 loc) • 363 B
TypeScript
/**
* Export all components for the Idea Honing Tool
*/
export * from './template-engine.js';
export * from './specification-manager.js';
export * from './codebase-analyzer.js';
export * from './project-rules-integrator.js';
export * from './task-memory-connector.js';
export * from './workflow-state-manager.js';
export * from './user-interaction-handler.js';