implement_update_progress
Track and update task progress within projects on the Memory Bank MCP Server by setting status and completion percentage for efficient project management.
Instructions
更新开发进度
Input Schema
Name | Required | Description | Default |
---|---|---|---|
completion | No | 完成百分比(0-100) | |
projectId | Yes | 项目ID | |
status | Yes | 任务状态(not_started, in_progress, completed) | |
taskId | Yes | 任务ID |