mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2026-01-11 09:54:19 +01:00
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]`