MCPServers
T

Task Manager

43
0

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, returning an execution plan.

execute

Returns the next task from the queue when requested and prepares the next task for execution.

complete

Removes completed tasks from the queue using the task identifier.

Last Updated: April 9, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Try it now in
HighlightHighlight AI

语言

TypeScript

分类

标签