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
fix(remaining): unwrap ExceptionGroup in remaining task groups
ROOT CAUSE:
Remaining task group usages propagate ExceptionGroup.
CHANGES:
- Added exception unwrapping in StreamableHTTPManager
- Added exception unwrapping in lowlevel server
- Added exception unwrapping in experimental task support
- Added exception unwrapping in task result handler
- Added exception unwrapping in session group
- Added exception unwrapping in memory transport
IMPACT:
- All task groups now properly unwrap ExceptionGroups
FILES MODIFIED:
- src/mcp/server/streamable_http_manager.py
- src/mcp/server/lowlevel/server.py
- src/mcp/server/experimental/task_support.py
- src/mcp/server/experimental/task_result_handler.py
- src/mcp/client/session_group.py
- src/mcp/client/_memory.py
0 commit comments