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 f0594a2 commit 9479e94Copy full SHA for 9479e94
src/mcp/client/session.py
@@ -100,7 +100,7 @@ class ClientSession(
100
types.ClientNotification, # SendNotificationT
101
types.ClientResult, # SendResultT
102
types.ServerRequest, # ReceiveRequestT
103
- Any, # ReceiveResultT,兼容所有服务端返回结果类型
+ Any, # ReceiveResultT,Any Type
104
types.ServerNotification, # ReceiveNotificationT
105
]
106
):
0 commit comments