Skip to main content
Glama

Gotas Commerce MCP Server

index.d.ts871 B
import DiffPatcher from './diffpatcher.js'; import dateReviver from './date-reviver.js'; import type { Delta, Options } from './types.js'; import type Context from './contexts/context.js'; import type DiffContext from './contexts/diff.js'; import type PatchContext from './contexts/patch.js'; import type ReverseContext from './contexts/reverse.js'; export { DiffPatcher, dateReviver }; export type * from './types.js'; export type { Context, DiffContext, PatchContext, ReverseContext }; export declare function create(options?: Options): DiffPatcher; export declare function diff(left: unknown, right: unknown): Delta; export declare function patch(left: unknown, delta: Delta): unknown; export declare function unpatch(right: unknown, delta: Delta): unknown; export declare function reverse(delta: Delta): Delta; export declare function clone(value: unknown): unknown;

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