Skip to main content
Glama
global.d.ts450 B
import * as events from './web' type EventConstructor = typeof events.Event type CustomEventConstructor = typeof events.CustomEvent type EventTargetConstructor = typeof events.EventTarget declare global { type Event = events.Event type CustomEvent<T = any> = events.CustomEvent<T> type EventTarget = events.EventTarget const Event: EventConstructor const CustomEvent: CustomEventConstructor const EventTarget: EventTargetConstructor }

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/andytango/puppeteer-mcp'

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