Memory Bank MCP

by movibe
Verified

track_progress

Update and track progress in Memory Bank files by logging actions and detailed descriptions, ensuring active context remains current for AI assistant sessions.

Instructions

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" }
ID: riei9a6dhx