Add MCP Roots support (#5856)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Jacob MacDonald
2025-08-08 16:29:06 -07:00
committed by GitHub
parent c03ae43777
commit f35921a771
4 changed files with 87 additions and 1 deletions

View File

@@ -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(),
);
}
}