You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`internal/mcp/server.go:336-364`: the `readMessages` handler reads frames in an infinite loop but never checks `ctx.Done()`. Unlike `subscribe`, there's no cancellation path.
Summary
`internal/mcp/server.go:336-364`: the `readMessages` handler reads frames in an infinite loop but never checks `ctx.Done()`. Unlike `subscribe`, there's no cancellation path.
Found by: Claude (round 5 — R5-C04)