MCP TypeScript SDK (V2)
    Preparing search index...

    Variable TaskCreationParamsSchemaConst

    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.