Task Manager
Summary
This MCP server, developed by kazuph, implements a task management system with a focus on structured workflows and user approval. It provides tools for planning, executing, and tracking tasks within requests, enforcing a step-by-step process that requires explicit user approval at key stages. The implementation uses TypeScript and leverages the @modelcontextprotocol/sdk for MCP compatibility. It's designed for scenarios where careful oversight and approval of task completion is critical, making it well-suited for project management in regulated industries, quality assurance processes, or any workflow where each step needs verification before proceeding.
Available Actions(3)
plan
Accepts a task list (array of strings) from the user and stores tasks internally as a queue. Returns an execution plan, task overview, task ID, and current queue status. Parameters: tasks (array of strings, required)
execute
Returns the next task from the queue when requested. Provides a feedback mechanism for task completion. Parameters: getNext (boolean, optional)
complete
Removes completed tasks from the queue. Prepares the next task for execution. Parameters: taskId (string, required)
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione