Skip to content

Commit b573bf7

Browse files
committed
docs: remove MCP references from README
1 parent 6bd1f92 commit b573bf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ On each session start, the plugin loads active tasks and recently modified notes
121121

122122
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.
123123

124-
### Persistent MCP session
124+
### Persistent connection
125125

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.
127127

128128
## Agent tools
129129

@@ -222,7 +222,7 @@ Cloud extends local-first — still plain Markdown, still yours. [Start a free t
222222

223223
**`bm` not found** — Install uv, then restart the gateway. Or install manually: `uv tool install basic-memory`
224224

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.
226226

227227
**Jiti cache issues**`rm -rf /tmp/jiti/ "$TMPDIR/jiti/"` then restart the gateway.
228228

0 commit comments

Comments
 (0)