Commit fd8213b
authored
deps: bump mcp lower bound to 1.23.0 for GHSA-9h52-p55h-vw2f (#927)
`mcp` versions `>=1.19.0,<1.23.0` are affected by
[GHSA-9h52-p55h-vw2f](https://osv.dev/vulnerability/GHSA-9h52-p55h-vw2f)
(CVE-2025-66416), which disables DNS rebinding protection by default for
HTTP-based localhost MCP servers. `mcp 1.23.0` enables that protection,
so requiring `>=1.23.0` prevents new `claude-agent-sdk` installs from
resolving to a vulnerable `mcp` version.
Fixes #921
Co-authored-by: Joaquin Hui Gomez <joaquinhuigomez@users.noreply.github.com>1 parent 5ce669c commit fd8213b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments