Brian Soby
Brian Soby
+1 to the workaround, I also hit this
As a workaround, I believe you can set the Banner line in /etc/ssh/sshd_config to a file with a bit of text in it
To address a test failure, I updated the cleanup logic to only remove error sessions and not those that have been explicitly terminated. I see that the terminated sessions are...
@UYousafzai it's ready to merge IMO. I've been running it in a fork and it works as intended to keep the server up and stable. Hopefully it can make it...
@Sillocan Those are for handling of specific exception sources within a connection (what @NAVNAV221 was referencing). This PR implements catch-all exception handling for all stream/sessions such that a future unhandled...
@NAVNAV221 Is this good to merge?
The behavior where every following request dies after incorrect client behavior is what this PR addresses https://github.com/modelcontextprotocol/python-sdk/pull/841 The server-side session manager is being killed during unhandled exceptions, leaving the whole...