We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcfe62 commit af6be96Copy full SHA for af6be96
src/mcp/client/session.py
@@ -39,7 +39,7 @@ async def __call__(
39
class ListRootsFnT(Protocol):
40
async def __call__(
41
self, context: RequestContext["ClientTransportSession", Any]
42
- ) -> types.ListRootsResult | types.ErrorData: ... # pragma: no branch
+ ) -> types.ListRootsResult | types.ErrorData: ... # pragma: no branch
43
44
45
class LoggingFnT(Protocol):
0 commit comments