anthropics / anthropics/claude-agent-sdk-python
The sdk should clean up mcp servers it launches on exit
Aperta
bug
- Lingua principale
- Python
- Stelle
- 8.1k
- Fork
- 1.3k
- Merge medio
- 2g 31m
- PR unite (30g)
- 1
Descrizione
```
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.