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
feat: Add display_name and is_private fields to ProjectItem
Add optional cloud-injected metadata fields to ProjectItem schema so
the cloud proxy can enrich project list responses with friendly names
and privacy indicators for per-user private projects.
- display_name: Optional friendly name (e.g. "My Notes") shown instead
of the internal slug (e.g. "private-fb83af23")
- is_private: Boolean flag indicating the project is private to the user
Update list_memory_projects MCP tool to show "display_name (name)"
format when display_name is present, so MCP clients see friendly names
while still knowing the actual project slug to use in API calls.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Joe P <joe@basicmemory.com>
0 commit comments