MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/server
index
TaskCreationParamsSchema
Variable TaskCreationParamsSchema
Const
TaskCreationParamsSchema
:
ZodObject
<
{
pollInterval
:
ZodOptional
<
ZodNumber
>
;
ttl
:
ZodOptional
<
ZodUnion
<
readonly
[
ZodNumber
,
ZodNull
]
>
>
;
}
,
$loose
,
>
= ...
Task creation parameters, used to ask that the server create a task to represent a request.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
V1 Docs
MCP TypeScript SDK (V2)
Loading...
Task creation parameters, used to ask that the server create a task to represent a request.