Commit 5b71524
committed
fix(mcp): cap the mcp dependency below 2.0
`mcp>=1.1.0` had no upper bound, so pip resolved mcp 2.0.0 the day it shipped
(2026-07-28) and MCPClient.connect() started returning False. The custom-agent
MCP harness went from green on 07-28 to red on 07-30 on the same branch with no
code change in between.
Matches the litellm pin two entries down. Lifting the cap is a real port of the
client to the 2.x API, not a version bump.1 parent 1d867ee commit 5b71524
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
218 | 221 | | |
219 | 222 | | |
220 | 223 | | |
| |||
0 commit comments