anthropics / anthropics/claude-agent-sdk-python
The sdk should clean up mcp servers it launches on exit
未关闭
bug
- 主要语言
- Python
- 星标
- 8.1k
- 派生
- 1.3k
- 平均合并
- 2 天 31 分钟
- 30 天内合并 PR
- 1
描述
```
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。