Skip to content

Commit 177ae21

Browse files
committed
pass context to recent_activity
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 09a4b09 commit 177ae21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/basic_memory/mcp/tools/recent_activity.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ async def recent_activity(
187187
# project_id (UUID) takes precedence over project name — without this fallback,
188188
# callers passing only project_id would fall into Discovery Mode.
189189
effective_identifier = project_id if project_id else project
190-
resolved_project = await resolve_project_parameter(effective_identifier, allow_discovery=True)
190+
resolved_project = await resolve_project_parameter(
191+
effective_identifier, allow_discovery=True, context=context
192+
)
191193

192194
if resolved_project is None:
193195
# Discovery Mode: Get activity across all projects

0 commit comments

Comments
 (0)