// MCP logging levels array (ordered from least to most severe)
export const LOG_LEVELS = ['debug', 'info', 'notice', 'warning', 'error', 'critical', 'alert', 'emergency'] as const;
// MCP logging level type derived from array
export type LogLevel = typeof LOG_LEVELS[number];
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/DanWahlin/marvel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server