McpClient.isResponseCancelled

Whether a response with JSON-RPC id id belongs to a request this client has cancelled (and so should be ignored per basic/utilities/cancellation). Exposed for tests; cheap membership check on the cancelled-id set.

class McpClient
package const @safe nothrow
bool
isResponseCancelled
(
long id
)