UNPKG

mcp-shrimp-task-manager

Version:

Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like develope

9 lines 290 B
// 導出所有任務工具 export * from "./task/index.js"; // 導出所有專案工具 export * from "./project/index.js"; // 導出所有思維鏈工具 export * from "./thought/index.js"; // 導出所有研究工具 export * from "./research/index.js"; //# sourceMappingURL=index.js.map