Commit 9b18e13
committed
fix: don't constrain MCP server to single project
Removed --project flag from MCP server startup args. The flag sets
BASIC_MEMORY_MCP_PROJECT env var which constrains ALL tool calls to
that project, ignoring explicit project params from tools.
Now relies on BM config's default_project for the default, while
allowing cross-project access (cloud or local) via the project param.1 parent c4dcf8e commit 9b18e13
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments