mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00: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