Skip to main content
Glama

Gotas Commerce MCP Server

Refs.d.ts725 B
import type { ZodTypeDef } from 'zod'; import { Options, Targets } from "./Options.js"; import { JsonSchema7Type } from "./parseDef.js"; export type Refs = { seen: Map<ZodTypeDef, Seen>; /** * Set of all the `$ref`s we created, e.g. `Set(['#/$defs/ui'])` * this notable does not include any `definitions` that were * explicitly given as an option. */ seenRefs: Set<string>; currentPath: string[]; propertyPath: string[] | undefined; } & Options<Targets>; export type Seen = { def: ZodTypeDef; path: string[]; jsonSchema: JsonSchema7Type | undefined; }; export declare const getRefs: (options?: string | Partial<Options<Targets>>) => Refs; //# sourceMappingURL=Refs.d.ts.map

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/caiovicentino/mcpGOTAS'

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