Skip to content

Commit 9479e94

Browse files
committed
add ReceiveResultT
1 parent f0594a2 commit 9479e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class ClientSession(
100100
types.ClientNotification, # SendNotificationT
101101
types.ClientResult, # SendResultT
102102
types.ServerRequest, # ReceiveRequestT
103-
Any, # ReceiveResultT,兼容所有服务端返回结果类型
103+
Any, # ReceiveResultT,Any Type
104104
types.ServerNotification, # ReceiveNotificationT
105105
]
106106
):

0 commit comments

Comments
 (0)