2.1.0 March 4th 2026
Features
- Add move-project-to-workspace and workspace reparenting - Move projects between workspaces and reparent workspaces in the hierarchy
MoveProjectToWorkspaceAsyncatomically moves a project and all its descendants to a target workspace- Workspace reparenting with circular-reference guard to prevent invalid hierarchies
- Full support across REST API, MCP tools, and Web UI with modal dialogs
- Add canonical URL support to MCP tool responses - MCP tool responses now include clickable URLs to the web UI for memories, workspaces, and projects
- Configure via
Server:CanonicalUrlsetting to enable links in MCP responses - URLs included in
Store,Get,SearchMemories,GetMany,CreateWorkspace,CreateProject,GetWorkspace, andGetProjectContextresponses
- Configure via
Bug Fixes
- Make optional Guid MCP parameters resilient to client schema variations - Fixes compatibility with MCP clients (notably Cursor) that send empty strings or
"null"for optional Guid parameters instead of proper JSON null