Memory Bank MCP

by movibe
Verified

update_active_context

Modify the active context file to track ongoing tasks, known issues, and next steps, ensuring continuity and progress updates in Memory Bank MCP.

Instructions

Update the active context file

Input Schema

NameRequiredDescriptionDefault
issuesNoList of known issues
nextStepsNoList of next steps
tasksNoList of ongoing tasks

Input Schema (JSON Schema)

{ "properties": { "issues": { "description": "List of known issues", "items": { "type": "string" }, "type": "array" }, "nextSteps": { "description": "List of next steps", "items": { "type": "string" }, "type": "array" }, "tasks": { "description": "List of ongoing tasks", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
ID: riei9a6dhx