WebMCPInvocationStatus type
Represents the status of a tool invocation.
Signature
export type WebMCPInvocationStatus = 'Success' | 'Canceled' | 'Error';
Represents the status of a tool invocation.
export type WebMCPInvocationStatus = 'Success' | 'Canceled' | 'Error';