gaojun1212

Results 2 comments of gaojun1212

> Merged a fix with [#787](https://github.com/modelcontextprotocol/python-sdk/pull/787) > > It should be part of the next release. Let me know if it works. It worked, when i use it like this...

> Have same problem, found somehow the disconnect order is important. Ie: > > ``` > async with ClientSessionGroup() as group: > session1 = await group.connect_to_server(server_params_list["filesystem"]) > session2 = await...