Skip to main content
Glama
buffer.ts371 B
export function arrayBufferToUint8Array(buffer: ArrayBuffer): number[] { const uint8Array = new Uint8Array(buffer); return Array.from(uint8Array); } export function numArrayToUint8Array(numArray: number[]): Uint8Array { return new Uint8Array(numArray); } export function numArrayToBuffer(numArray: number[]): ArrayBuffer { return new Uint8Array(numArray).buffer; }

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/b-open-io/bsv-mcp'

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