mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
Add MCP Roots support (#5856)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
@@ -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(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user