mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 12:34:38 -07:00
test: add browser agent integration tests (#21151)
This commit is contained in:
@@ -283,7 +283,7 @@ export class BrowserManager {
|
||||
// stderr is piped (not inherited) to prevent MCP server banners and
|
||||
// warnings from corrupting the UI in alternate buffer mode.
|
||||
this.mcpTransport = new StdioClientTransport({
|
||||
command: 'npx',
|
||||
command: process.platform === 'win32' ? 'npx.cmd' : 'npx',
|
||||
args: mcpArgs,
|
||||
stderr: 'pipe',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user