Skip to content

Commit 3ca3883

Browse files
committed
Upgrade agents to 0.17.3 and patch MCP SSE forwarder against unbounded buffering
1 parent 1c48182 commit 3ca3883

5 files changed

Lines changed: 408 additions & 136 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@executor-js/cloudflare": patch
3+
---
4+
5+
Upgrade `agents` to 0.17.3 and patch its MCP SSE forwarder to bound undrained frames per connection. A slow or stalled streamable-http client previously caused forwarded frames and keepalives to accumulate unboundedly in the shared front-worker isolate, OOMing it and dropping every co-tenant on that isolate. The patch caps per-connection undrained data at 8 MiB and closes the offending stream instead of buffering without limit.

0 commit comments

Comments
 (0)