Skip to main content
Glama

Gotas Commerce MCP Server

context.d.ts477 B
import type { Options } from '../types.js'; export default abstract class Context<TResult> { abstract pipe: string; result?: TResult; hasResult?: boolean; exiting?: boolean; parent?: this; childName?: string | number; root?: this; options?: Options; children?: this[]; nextAfterChildren?: this | null; next?: this | null; setResult(result: TResult): this; exit(): this; push(child: this, name?: string | number): this; }

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