Files
mcp-python-sdk/src/mcp/client
David Soria Parra 1177a11910 Return a specific server session instance of request context
We currently return a generic instance of RequestContext without
a specialization on the Session type. This makes it impossible
for servers to typesafe call `list_roots()` and other methods.

We now return a specific instance of `RequestContext[ServerSession]`
2024-11-11 21:11:13 +00:00
..
2024-11-11 12:40:32 +00:00
2024-11-11 12:40:32 +00:00
2024-11-11 20:42:46 +00:00
2024-11-11 20:39:33 +00:00