Show stderr output from mcp servers in debug mode (#4049)

This commit is contained in:
Billy Biggs
2025-07-14 06:42:22 +02:00
committed by GitHub
parent c7840966e2
commit bc4182b9d2
4 changed files with 39 additions and 1 deletions

View File

@@ -297,6 +297,7 @@ describe('ToolRegistry', () => {
mcpServerConfigVal,
undefined,
toolRegistry,
false,
);
});
@@ -318,6 +319,7 @@ describe('ToolRegistry', () => {
mcpServerConfigVal,
undefined,
toolRegistry,
false,
);
});
});