Skip to main content
Glama

Github Project Manager

gmail-api-error.ts305 B
/** * Error thrown when Gmail API operations fail */ export class GmailApiError extends Error { constructor( message: string, public readonly statusCode?: number, public readonly endpoint?: string, ) { super(message); this.name = 'GmailApiError'; } }

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/Monsoft-Solutions/model-context-protocols'

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