MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/client
index
TaskStatusSchema
Variable TaskStatusSchema
Const
TaskStatusSchema
:
ZodEnum
<
{
cancelled
:
"cancelled"
;
completed
:
"completed"
;
failed
:
"failed"
;
input_required
:
"input_required"
;
working
:
"working"
;
}
,
>
= ...
The status of a task.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
V1 Docs
MCP TypeScript SDK (V2)
Loading...
The status of a task.