anthropics / anthropics/claude-agent-sdk-python
The sdk should clean up mcp servers it launches on exit
Abierto
bug
- Lenguaje dominante
- Python
- Estrellas
- 8.1k
- Forks
- 1.3k
- Merge medio
- 2 d 31 min
- PR fusionados (30 d)
- 1
Descripción
```
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.