Skip to content

Commit af91d6b

Browse files
committed
--isolated browser use
1 parent 8c29d8e commit af91d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/browser-use/browser-use.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const definition: AgentDefinition = {
127127
mcpServers: {
128128
'chrome-devtools': {
129129
command: 'npx',
130-
args: ['-y', 'chrome-devtools-mcp@latest', '--headless'],
130+
args: ['-y', 'chrome-devtools-mcp@latest', '--headless', '--isolated'],
131131
},
132132
},
133133

0 commit comments

Comments
 (0)