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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Accepts a list of tasks to be stored in the queue. Parameters: tasks (array of strings, required)
Returns the next task from the queue. Parameters: getNext (boolean, for requesting the next task)
Marks a specific task as completed and removes it from the queue. Parameters: taskId (string, required)