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 2fd27a2 commit 2e86d32Copy full SHA for 2e86d32
src/mcp/shared/session.py
@@ -236,7 +236,7 @@ async def send_request(
236
If cancellable is set to True (default) if the anyio.CancelScope within
237
which this method was called is cancelled it will generate a
238
CancelationNotfication and send this to the server which should then abort
239
- the task however this is not guaranteed.
+ the task however the server is is not guaranteed to honour this request.
240
241
For further information on the CancelNotification flow refer to
242
https://modelcontextprotocol.io/specification/2025-03-26/basic/utilities/cancellation
0 commit comments