Skip to main content
Version: 25.0.0

WebMCPInvocationStatus type

Represents the status of a tool invocation.

Signature

export type WebMCPInvocationStatus = 'Completed' | 'Canceled' | 'Error';