Skip to content

Commit 2e86d32

Browse files
committed
clarified doc string comment
1 parent 2fd27a2 commit 2e86d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ async def send_request(
236236
If cancellable is set to True (default) if the anyio.CancelScope within
237237
which this method was called is cancelled it will generate a
238238
CancelationNotfication and send this to the server which should then abort
239-
the task however this is not guaranteed.
239+
the task however the server is is not guaranteed to honour this request.
240240
241241
For further information on the CancelNotification flow refer to
242242
https://modelcontextprotocol.io/specification/2025-03-26/basic/utilities/cancellation

0 commit comments

Comments
 (0)