Memory Bank MCP

by movibe
Verified

track_progress

Track progress and update Memory Bank files

Input Schema

NameRequiredDescriptionDefault
actionYesAction performed (e.g., 'Implemented feature', 'Fixed bug')
descriptionYesDetailed description of the progress
updateActiveContextNoWhether to update the active context file

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action performed (e.g., 'Implemented feature', 'Fixed bug')", "type": "string" }, "description": { "description": "Detailed description of the progress", "type": "string" }, "updateActiveContext": { "default": true, "description": "Whether to update the active context file", "type": "boolean" } }, "required": [ "action", "description" ], "type": "object" }