Skip to content

Commit a2113e4

Browse files
committed
fix(mcp): remove stale workspace path argument
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent e35db5b commit a2113e4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/basic_memory/mcp/project_context.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@ def _canonical_memory_path_for_active_route(
480480
workspace_type=workspace_context.workspace_type,
481481
project_permalink=active_project.permalink,
482482
remainder=workspace_remainder,
483-
include_project=include_project,
484483
)
485484

486485
if cached_workspace is not None:
@@ -489,7 +488,6 @@ def _canonical_memory_path_for_active_route(
489488
workspace_type=cached_workspace.workspace_type,
490489
project_permalink=active_project.permalink,
491490
remainder=workspace_remainder,
492-
include_project=include_project,
493491
)
494492

495493
if not include_project:

0 commit comments

Comments
 (0)