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
Three fixes for the SSE notification pipeline:
1. logging_middleware: Skip body.collect() for text/event-stream responses.
The middleware was buffering infinite SSE streams, blocking forever and
preventing VS Code from receiving any SSE events (notifications, pings).
2. mcp_notifier: Add `force` parameter to notify_all_list_changed().
Grant/feature-set events now bypass content-based hash dedup since the
hash is computed from all features in the space and can't detect
per-client grant changes that alter effective visibility.
3. Upgrade rmcp to 0.15.0 from fork with SSE channel replacement fix
(409 Conflict on duplicate GET streams) and adapt to new struct fields
(granted_scopes, Default trait changes).
Signed-off-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
0 commit comments