python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

Distributed system support with sessions

Open gbrlmtrz opened this issue 8 months ago • 0 comments

Hello, we are trying to implement an MCP server and deploy in a distributed system, but we have found that session management is done in memory in the application instance.

I was wondering if this is a correct assumption, and if so, if there are any plans to abstract this behavior in a way that a client using an streamable http server would "simply" connect to another instance of the same server running, and while the session ID is still valid continue the same interaction.

gbrlmtrz avatar May 28 '25 19:05 gbrlmtrz