Skip to main content
Version: Next

WebMCPInvocationStatus type

Represents the status of a tool invocation.

Signature

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