From f35921a77171d011d244cba1b2da0531f9749332 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 8 Aug 2025 16:29:06 -0700 Subject: Add MCP Roots support (#5856) Co-authored-by: Jacob Richman --- packages/core/src/tools/tool-registry.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/core/src/tools/tool-registry.ts') diff --git a/packages/core/src/tools/tool-registry.ts b/packages/core/src/tools/tool-registry.ts index c77fab8c..70226052 100644 --- a/packages/core/src/tools/tool-registry.ts +++ b/packages/core/src/tools/tool-registry.ts @@ -178,6 +178,7 @@ export class ToolRegistry { this, this.config.getPromptRegistry(), this.config.getDebugMode(), + this.config.getWorkspaceContext(), ); } @@ -199,6 +200,7 @@ export class ToolRegistry { this, this.config.getPromptRegistry(), this.config.getDebugMode(), + this.config.getWorkspaceContext(), ); } @@ -225,6 +227,7 @@ export class ToolRegistry { this, this.config.getPromptRegistry(), this.config.getDebugMode(), + this.config.getWorkspaceContext(), ); } } -- cgit v1.2.3