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

5 lines (4 loc) 142 B
export * from "./task/index.js"; export * from "./project/index.js"; export * from "./thought/index.js"; export * from "./research/index.js";