Files
basicmachines-co-basic-memory/src
claude[bot] c51b70a217 feat(mcp): add workspace_id parameter to create_memory_project
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>
2026-05-03 15:14:52 +00:00
..