Skip to main content
Glama
error-codes.ts393 B
/** * Error Codes Module * * This module defines error codes used throughout the application. * These codes are compatible with the MCP SDK error handling system. */ // Numeric error codes for McpError export enum ErrorCode { InitializationError = 1000, AuthenticationError = 1001, NotFoundError = 1002, InvalidRequest = 1003, InternalError = 1004, NotImplemented = 1005, }

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/jacob-dietle/n8n-mcp-sse'

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