anthropics / anthropics/claude-agent-sdk-python

The sdk should clean up mcp servers it launches on exit

Open
#291 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
8.1k
Forks
1.3k
Avg merge
2d 31m
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.