Memory Bank MCP

by movibe
Verified

update_active_context

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" }