Skip to main content
Glama

Simple MCP Server

coerce.js570 B
import * as core from "../core/index.js"; import * as schemas from "./schemas.js"; export function string(params) { return core._coercedString(schemas.ZodMiniString, params); } export function number(params) { return core._coercedNumber(schemas.ZodMiniNumber, params); } export function boolean(params) { return core._coercedBoolean(schemas.ZodMiniBoolean, params); } export function bigint(params) { return core._coercedBigint(schemas.ZodMiniBigInt, params); } export function date(params) { return core._coercedDate(schemas.ZodMiniDate, params); }

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/shaleen-wonder-ent/simple-mcp-server'

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