mcp-with-ssh

by aakarsh-sasi
Verified

track_progress

Use this tool to log progress and update Memory Bank files via SSH, documenting actions like feature implementations or bug fixes with detailed descriptions.

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: lbc6a9lfqg