Skip to main content
Glama
index.d.ts399 B
export type SupportedEncoding = "utf-8" | "utf8" | "utf-16le" | "ascii" | "latin1" | "iso-8859-1" | "windows-1252"; /** * Decode text from binary data * @param bytes Binary data * @param encoding Encoding */ export declare function textDecode(bytes: Uint8Array, encoding?: SupportedEncoding): string; export declare function textEncode(input?: string, encoding?: SupportedEncoding): Uint8Array;

Latest Blog Posts

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/Valerio357/bet-mcp'

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