mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
Add MCP Roots support (#5856)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
@@ -336,6 +336,7 @@ describe('ToolRegistry', () => {
|
||||
toolRegistry,
|
||||
config.getPromptRegistry(),
|
||||
false,
|
||||
expect.any(Object),
|
||||
);
|
||||
});
|
||||
|
||||
@@ -359,6 +360,7 @@ describe('ToolRegistry', () => {
|
||||
toolRegistry,
|
||||
config.getPromptRegistry(),
|
||||
false,
|
||||
expect.any(Object),
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user