We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4ac19 commit 8f423c5Copy full SHA for 8f423c5
1 file changed
src/mcp/shared/session.py
@@ -217,7 +217,8 @@ async def send_request(
217
) -> ReceiveResultT:
218
"""
219
Sends a request and wait for a response. Raises an McpError if the
220
- response contains an error.
+ response contains an error. If a request read timeout is provided, it
221
+ will take precedence over the session read timeout.
222
223
Do not use this method to emit notifications! Use send_notification()
224
instead.
0 commit comments