UNPKG

@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

18 lines 617 B
/** * Export all components for the Idea Honing Tool */ // Export template engine export * from './template-engine.js'; // Export specification manager export * from './specification-manager.js'; // Export codebase analyzer export * from './codebase-analyzer.js'; // Export project rules integrator export * from './project-rules-integrator.js'; // Export task memory connector export * from './task-memory-connector.js'; // Export workflow state manager export * from './workflow-state-manager.js'; // Export user interaction handler export * from './user-interaction-handler.js'; //# sourceMappingURL=index.js.map