Skip to main content
Glama

Gotas Commerce MCP Server

audio.mjs886 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from "../../resource.mjs"; import * as SpeechAPI from "./speech.mjs"; import { Speech } from "./speech.mjs"; import * as TranscriptionsAPI from "./transcriptions.mjs"; import { Transcriptions, } from "./transcriptions.mjs"; import * as TranslationsAPI from "./translations.mjs"; import { Translations, } from "./translations.mjs"; export class Audio extends APIResource { constructor() { super(...arguments); this.transcriptions = new TranscriptionsAPI.Transcriptions(this._client); this.translations = new TranslationsAPI.Translations(this._client); this.speech = new SpeechAPI.Speech(this._client); } } Audio.Transcriptions = Transcriptions; Audio.Translations = Translations; Audio.Speech = Speech; //# sourceMappingURL=audio.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