mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
c51b70a217
Adds an optional `workspace_id` parameter to the `create_memory_project` MCP tool, which is forwarded as `workspace=` to `get_client()`. This allows MCP callers to target a non-default cloud workspace when creating a new project, resolving the chicken-and-egg problem where no project_id exists yet to perform per-project routing. When `workspace_id` is omitted the behaviour is unchanged — the connection's default workspace is used. Closes #788 Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com> Signed-off-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>