Skip to main content
Glama

Model Context Protocol Server

apierror.ts481 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ export class APIError extends Error { constructor( message: string, public readonly httpMeta: { response: Response; request: Request; body: string; }, ) { super( `${message}: Status ${httpMeta.response.status} Content-Type ${ httpMeta.response.headers.get("content-type") || "" } Body: ${httpMeta.body}`, ); this.name = "APIError"; } }

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/kanwardeep007/random-mcp-server'

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