Memory Bank MCP

by movibe
Verified

switch_mode

Switches to a specific mode

Input Schema

NameRequiredDescriptionDefault
modeYesName of the mode to switch to (architect, ask, code, debug, test)

Input Schema (JSON Schema)

{ "properties": { "mode": { "description": "Name of the mode to switch to (architect, ask, code, debug, test)", "type": "string" } }, "required": [ "mode" ], "type": "object" }