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

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