Skip to main content
Glama
t3ase

Mood-Based Music & Quote MCP Server

by t3ase
logger.ts256 B
// src/utils/logger.ts export const logger = { info: (...args: unknown[]) => console.log("[INFO]", ...args), error: (...args: unknown[]) => console.error("[ERROR]", ...args), warn: (...args: unknown[]) => console.warn("[WARN]", ...args) };

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/t3ase/MCP'

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