migrate_file_naming
Convert Memory Bank file names from camelCase to kebab-case using the MCP server with SSH support for efficient file system standardization.
Instructions
Migrate Memory Bank files from camelCase to kebab-case naming convention
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| random_string | Yes | Dummy 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"
}