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
fix: respect --project flag in background sync (fixes#434)
When starting the MCP server with --project flag, background sync
and watch service now correctly constrain to only the specified project
instead of syncing all active projects.
Changes:
- Filter active_projects by BASIC_MEMORY_MCP_PROJECT env var
- Add logging when background sync is constrained
- Add test to verify project constraint works correctly
This fix ensures consistent project isolation across both MCP tools
and background infrastructure, resolving resource waste when running
with multiple configured projects.
Fixes#434
Signed-off-by: Cedric Hurst <[email protected]>
0 commit comments