We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35db5b commit a2113e4Copy full SHA for a2113e4
1 file changed
src/basic_memory/mcp/project_context.py
@@ -480,7 +480,6 @@ def _canonical_memory_path_for_active_route(
480
workspace_type=workspace_context.workspace_type,
481
project_permalink=active_project.permalink,
482
remainder=workspace_remainder,
483
- include_project=include_project,
484
)
485
486
if cached_workspace is not None:
@@ -489,7 +488,6 @@ def _canonical_memory_path_for_active_route(
489
488
workspace_type=cached_workspace.workspace_type,
490
491
492
493
494
495
if not include_project:
0 commit comments