Skip to content

Commit 8ef28fb

Browse files
docs(readme): explain MCP restart after upgrade
1 parent 3b99f0a commit 8ef28fb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ engram sync --cloud --project smoke-project
127127
Cloud mode is always project-scoped (`--project` is required; `engram sync --cloud --all` is intentionally blocked).
128128
Known repairable cloud sync/upsert/canonicalization failures keep the original error visible and recommend the explicit `doctor`/`repair` flow below; Engram never auto-applies repair from sync or autosync.
129129

130+
**After upgrading `engram` while an MCP client is already running:**
131+
132+
```bash
133+
engram setup claude-code
134+
```
135+
136+
Then restart Claude Code so it reloads the Engram MCP subprocess and refreshed hook/config files. Updating the `engram` binary on disk does not replace an already-running stdio MCP process.
137+
130138
**Upgrade flow for existing local databases** (diagnose → repair → bootstrap → status):
131139

132140
```bash

0 commit comments

Comments
 (0)