options = ClaudeAgentOptions(
mcp_servers={
"chrome-devtools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest",
"--isolated"
]
}
},
)
I'm seeing that any prompt which launches a browser, will leave that browser open.
I'm seeing that any prompt which launches a browser, will leave that browser open.