Skip to main content
Glama

MCP Agent TypeScript Port

by waldzellai
v6.js464 B
import { unsafeStringify } from './stringify.js'; import v1 from './v1.js'; import v1ToV6 from './v1ToV6.js'; function v6(options, buf, offset) { options ??= {}; offset ??= 0; let bytes = v1({ ...options, _v6: true }, new Uint8Array(16)); bytes = v1ToV6(bytes); if (buf) { for (let i = 0; i < 16; i++) { buf[offset + i] = bytes[i]; } return buf; } return unsafeStringify(bytes); } export default v6;

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/waldzellai/mcp-agent-ts'

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