Skip to main content
Glama
by NellyW8
coerce.ts1.37 kB
import * as core from "zod/v4/core"; import * as schemas from "./schemas.js"; export interface ZodCoercedString<T = unknown> extends schemas._ZodString<T> {} export function string<T = unknown>(params?: string | core.$ZodStringParams): ZodCoercedString<T> { return core._coercedString(schemas.ZodString, params) as any; } export interface ZodCoercedNumber<T = unknown> extends schemas._ZodNumber<T> {} export function number<T = unknown>(params?: string | core.$ZodNumberParams): ZodCoercedNumber<T> { return core._coercedNumber(schemas.ZodNumber, params) as ZodCoercedNumber<T>; } export interface ZodCoercedBoolean<T = unknown> extends schemas._ZodBoolean<T> {} export function boolean<T = unknown>(params?: string | core.$ZodBooleanParams): ZodCoercedBoolean<T> { return core._coercedBoolean(schemas.ZodBoolean, params) as ZodCoercedBoolean<T>; } export interface ZodCoercedBigInt<T = unknown> extends schemas._ZodBigInt<T> {} export function bigint<T = unknown>(params?: string | core.$ZodBigIntParams): ZodCoercedBigInt<T> { return core._coercedBigint(schemas.ZodBigInt, params) as ZodCoercedBigInt<T>; } export interface ZodCoercedDate<T = unknown> extends schemas._ZodDate<T> {} export function date<T = unknown>(params?: string | core.$ZodDateParams): ZodCoercedDate<T> { return core._coercedDate(schemas.ZodDate, params) as ZodCoercedDate<T>; }

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/NellyW8/MCP4EDA'

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