The client context of a given WebMCP tool execution.
interface WebMcpClient { signal: AbortSignal;}
AbortSignal
A signal which notifies the tool when the operation is aborted. When triggered, the current operation should be canceled and all allocated resources should be cleaned up.