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: upgrade @modelcontextprotocol/sdk to v1.17.2 for transport handling fix (#96)
Upgrades the MCP SDK to version 1.17.2 which includes a critical fix for
transport handling in multi-client scenarios.
The previous SDK version had a bug where the Protocol class would overwrite
its transport reference, causing responses to be sent to the wrong client
when multiple clients were connected. This was particularly problematic for
StreamableHTTP transport in production environments.
The fix ensures that each request maintains its proper transport context
through closure capture, guaranteeing responses are sent to the correct client.
All existing tests pass with the new version, confirming compatibility.
Related: modelcontextprotocol/typescript-sdk#820
0 commit comments