Skip to main content
Glama
index.ts433 B
export default { default: { enabled: true, logLevel: 'info' as const, }, validator(config: { enabled?: boolean; logLevel?: string }) { const validLogLevels = ['error', 'warn', 'info', 'debug', 'trace']; if (config.logLevel && !validLogLevels.includes(config.logLevel)) { throw new Error( `Invalid logLevel "${config.logLevel}". Must be one of: ${validLogLevels.join(', ')}` ); } }, };

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/PaulBratslavsky/strapi-content-mcp'

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