Skip to content

Commit f926235

Browse files
committed
remove received, serves no purpose in spec, update protocol merge request too
1 parent f8d9e04 commit f926235

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcp/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,6 @@ class CallToolAsyncResult(Result):
893893
"""The servers response to an async tool call"""
894894

895895
token: AsyncToken | None = None
896-
recieved: int | None = None
897896
keepAlive: int | None = None
898897
accepted: bool
899898

0 commit comments

Comments
 (0)