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

11 lines 364 B
// 導出所有任務工具 export * from "./task/index.js"; // 導出所有專案工具 export * from "./project/index.js"; // 導出所有思維鏈工具 export * from "./thought/index.js"; // 導出所有構想打磨工具 export * from "./idea-honing/index.js"; // 導出所有研究工具 export * from "./research/index.js"; //# sourceMappingURL=index.js.map