Skip to main content
Glama
browser-buffer-decode.jsโ€ข449 B
"use strict"; // eslint-disable-next-line node/no-unsupported-features/node-builtins const textDecoder = typeof TextDecoder === 'undefined' ? null : new TextDecoder('utf-8'); function bufferToString(chunk) { if (typeof chunk === 'string') { return chunk; } if (textDecoder) { return textDecoder.decode(chunk); } return chunk.toString(); } exports.bufferToString = bufferToString; //# sourceMappingURL=browser-buffer-decode.js.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/consigcody94/office-whisperer'

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