connorosborn-sf

Results 2 issues of connorosborn-sf

``` 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,...

bug

### Is your feature request related to a problem? Please describe. Right now there is no way to close the browser (via mcp) that is launched via mcp. Close page...

enhancement