-
Notifications
You must be signed in to change notification settings - Fork 643
Open
Labels
needs reproInsufficient information to reproduceInsufficient information to reproduce
Description
Describe the bug
On a tool call the client does take a CancellationToken however it seems to just abort the http request and not send a cancellation notification. The server side tool calls are shown taking CancellationToken's but I don't see what ever triggers them in that normal tool flow.
The client should send a cancel notification when the cancel token is used, and the server should trigger the tool cancel token both if it gets the cancel notification or if the connection drops.
working on a PR to do so.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs reproInsufficient information to reproduceInsufficient information to reproduce