Skip to main content
Glama

Gotas Commerce MCP Server

messages.mjs1.3 kB
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from "../resource.mjs"; import { MessageStream } from "../lib/MessageStream.mjs"; export { MessageStream } from "../lib/MessageStream.mjs"; export class Messages extends APIResource { create(body, options) { if (body.model in DEPRECATED_MODELS) { console.warn(`The model '${body.model}' is deprecated and will reach end-of-life on ${DEPRECATED_MODELS[body.model]}\nPlease migrate to a newer model. Visit https://docs.anthropic.com/en/docs/resources/model-deprecations for more information.`); } return this._client.post('/v1/messages', { body, timeout: this._client._options.timeout ?? 600000, ...options, stream: body.stream ?? false, }); } /** * Create a Message stream */ stream(body, options) { return MessageStream.createMessage(this, body, options); } } const DEPRECATED_MODELS = { 'claude-1.3': 'November 6th, 2024', 'claude-1.3-100k': 'November 6th, 2024', 'claude-instant-1.1': 'November 6th, 2024', 'claude-instant-1.1-100k': 'November 6th, 2024', 'claude-instant-1.2': 'November 6th, 2024', }; //# sourceMappingURL=messages.mjs.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