Skip to main content
Glama
isArrayFix.ts322 B
// Fix typescript issue where Array.isArray doesn't work for readonly arrays // https://github.com/microsoft/TypeScript/issues/17002#issuecomment-2781717755 declare global { interface ArrayConstructor { // deno-lint-ignore no-explicit-any isArray(arg: ReadonlyArray<any> | any): arg is ReadonlyArray<any>; } }

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/systeminit/si'

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