You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,9 +121,9 @@ On each session start, the plugin loads active tasks and recently modified notes
121
121
122
122
After each conversation turn, the plugin records the exchange as a timestamped entry in a daily note. This builds a searchable history of everything your agent has discussed.
123
123
124
-
### Persistent MCP session
124
+
### Persistent connection
125
125
126
-
The plugin maintains one long-lived MCP connection to Basic Memory over stdio. No cold starts per tool call. The connection auto-reconnects if it drops.
126
+
The plugin keeps a long-lived Basic Memory process running over standard I/O. No cold starts per tool call. The connection auto-reconnects if it drops.
127
127
128
128
## Agent tools
129
129
@@ -222,7 +222,7 @@ Cloud extends local-first — still plain Markdown, still yours. [Start a free t
222
222
223
223
**`bm` not found** — Install uv, then restart the gateway. Or install manually: `uv tool install basic-memory`
224
224
225
-
**Search returns nothing** — Check that the MCP session connected (look for `connected to BM MCP stdio` in logs). Verify files exist in the project directory.
225
+
**Search returns nothing** — Check that Basic Memory connected (look for `connected to BM` in logs). Verify files exist in the project directory.
226
226
227
227
**Jiti cache issues** — `rm -rf /tmp/jiti/ "$TMPDIR/jiti/"` then restart the gateway.
0 commit comments