Memory Bank MCP

by movibe
Verified

migrate_file_naming

Migrate Memory Bank files from camelCase to kebab-case naming convention

Input Schema

NameRequiredDescriptionDefault
random_stringYesDummy parameter for no-parameter tools

Input Schema (JSON Schema)

{ "properties": { "random_string": { "description": "Dummy parameter for no-parameter tools", "type": "string" } }, "required": [ "random_string" ], "type": "object" }