Memory Bank MCP

by movibe
Verified

process_umb_command

Processes the Update Memory Bank (UMB) command

Input Schema

NameRequiredDescriptionDefault
commandYesComplete UMB command

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Complete UMB command", "type": "string" } }, "required": [ "command" ], "type": "object" }