Skip to main content
Glama
changesets-logger.esm.js•707 B
import pc from 'picocolors'; import util from 'util'; let prefix = "🦋 "; function format(args, customPrefix) { let fullPrefix = prefix + (customPrefix === undefined ? "" : " " + customPrefix); return fullPrefix + util.format("", ...args).split("\n").join("\n" + fullPrefix + " "); } function error(...args) { console.error(format(args, pc.red("error"))); } function info(...args) { console.info(format(args, pc.cyan("info"))); } function log(...args) { console.log(format(args)); } function success(...args) { console.log(format(args, pc.green("success"))); } function warn(...args) { console.warn(format(args, pc.yellow("warn"))); } export { error, info, log, prefix, success, warn };

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/ajaystream/hubspot-mcp-custom'

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