MCP TypeScript SDK
    Preparing search index...

    Variable TaskCreationParamsSchemaConst

    TaskCreationParamsSchema: ZodObject<
        { pollInterval: ZodOptional<ZodNumber>; ttl: ZodOptional<ZodNumber> },
        $loose,
    > = ...

    Task creation parameters, used to ask that the server create a task to represent a request.