Skip to main content
Glama
constants.js375 B
/** * Represents default log level values * * @enum {number} */ const DEFAULT_LEVELS = { trace: 10, debug: 20, info: 30, warn: 40, error: 50, fatal: 60 } /** * Represents sort order direction: `ascending` or `descending` * * @enum {string} */ const SORTING_ORDER = { ASC: 'ASC', DESC: 'DESC' } module.exports = { DEFAULT_LEVELS, SORTING_ORDER }

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/krtw00/search-mcp'

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