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 82f6bae commit 3c34745Copy full SHA for 3c34745
tests/client/test_list_roots_callback.py
@@ -38,7 +38,7 @@ async def list_roots_callback(
38
return callback_return
39
40
@server.tool("test_list_roots")
41
- async def test_list_roots(context: Context[ServerSession, Any, Any], message: str):
+ async def test_list_roots(context: Context[ServerSession, None], message: str):
42
roots = await context.session.list_roots()
43
assert roots == callback_return
44
return True
0 commit comments