
### Improvements

#### Installer

- **Interactive multi-client picker** — detects which supported clients (Claude Code, Claude Desktop, Cursor) are actually installed on the machine, instead of defaulting to Claude Code only.
- **Clearer `--migrate-status` output** — self-documenting with an inline legend, and post-install hints now print the correct invocation for your install source.

### Bug Fixes

#### MCP Server

- **`memory_add` failures during migration** — fixed unsanitized `agent_id` interpolation into internal table names that could trigger a SQL syntax error for `agent_id` values containing `-` or `:`.

#### Installer

- **`askSecret()` masking** — API keys no longer leak alongside the mask character, and backspace no longer mangles the prompt line.

### Install or upgrade

```bash
npx @yugabytedb/meko-mcp@1.0.5
```

Desktop users: download the `.mcpb` file from **Connect** in the Meko portal and drag it into **Claude Desktop > Settings > Extensions > Install from file**.
