Skip to main content
Glama

Chain of Draft Thinking

by bsmi021
logging.ts492 B
// Simple logging utility export const logger = { debug: (message: string, ...args: any[]) => { console.error(`[DEBUG] ${message}`, ...args); }, info: (message: string, ...args: any[]) => { console.error(`[INFO] ${message}`, ...args); }, warn: (message: string, ...args: any[]) => { console.error(`[WARN] ${message}`, ...args); }, error: (message: string, ...args: any[]) => { console.error(`[ERROR] ${message}`, ...args); } };

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/bsmi021/mcp-chain-of-draft-server'

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