Skip to main content
Glama
intlayerPolyfill.ts533 B
export const intlayerPolyfill = () => { if (typeof global.structuredClone !== 'function') { global.structuredClone = (obj) => JSON.parse(JSON.stringify(obj)); } if (typeof window !== 'undefined') { if (typeof window.addEventListener !== 'function') { window.addEventListener = () => null; } if (typeof window.removeEventListener !== 'function') { window.removeEventListener = () => null; } if (typeof window.postMessage !== 'function') { window.postMessage = () => null; } } };

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/aymericzip/intlayer'

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