Skip to main content
Glama
by ghrud92
logger.ts396 B
/** * Simple logging utility * * @param context Log context (typically file or class name) * @returns Logger object */ export function createLogger(context: string) { return { info: (message: string, data?: unknown) => {}, warn: (message: string, data?: unknown) => {}, error: (message: string, data?: unknown) => {}, debug: (message: string, data?: unknown) => {}, }; }

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/ghrud92/loki-mcp'

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