Share via


MCPToolCallStatus type

Type of MCPToolCallStatus

type MCPToolCallStatus =
  | "in_progress"
  | "completed"
  | "incomplete"
  | "calling"
  | "failed"