Skip to main content
Glama

Model Context Protocol Server

nonfinalchunkuploadresponse.ts1.08 kB
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod"; import { StorageType, StorageType$zodSchema } from "./storagetype.js"; /** * Status information returned for in-progress chunked uploads. * * @remarks * Note that fields that are not yet determined or not known at the time of the call are omitted from the response. */ export type NonFinalChunkUploadResponse = { done: boolean; bytes: number; kind?: StorageType | undefined; resource_type?: string | undefined; public_id?: string | undefined; }; export const NonFinalChunkUploadResponse$zodSchema: z.ZodType< NonFinalChunkUploadResponse, z.ZodTypeDef, unknown > = z.object({ bytes: z.number().int(), done: z.boolean(), kind: StorageType$zodSchema.optional(), public_id: z.string().optional(), resource_type: z.string().optional(), }).describe( "Status information returned for in-progress chunked uploads.\n" + "Note that fields that are not yet determined or not known at the time of the call are omitted from the response.\n" + "", );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kanwardeep007/random-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server