mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
1fdc9fdc69
In cloud mode, ConfigManager has no local config so default_project is always None. Add API fallback in resolve_project_parameter that queries /v2/projects/ for the default_project field. This fixes all MCP tools that rely on project resolution (recent_activity, etc). Removed discovery mode tests that simulated an invalid state by clearing is_default — there must always be a default project. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>