FanisPapakonstantinou

Results 2 issues of FanisPapakonstantinou

### Initial Checks - [x] I confirm that I'm using the latest version of MCP Python SDK - [x] I confirm that I searched for my issue in https://github.com/modelcontextprotocol/python-sdk/issues before...

# Fix: Handle ClientDisconnect gracefully (return 499, not 500) ## Problem `ClientDisconnect` exceptions are currently handled incorrectly in `StreamableHTTPServerTransport._handle_post_request`: - Returns HTTP 500 (Internal Server Error) - Logs as ERROR...