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

@@ -164,6 +164,7 @@ export class ToolRegistry {
this.config.getMcpServers() ?? {},
this.config.getMcpServerCommand(),
this,
this.config.getDebugMode(),
);
}