Skip to main content
Glama

MCP Bridge Server

formatters.d.ts613 B
import { LogEntry, LogFormatter } from '../types.js'; /** * JSON log formatter * Formats log entries as JSON strings */ export declare class JsonFormatter implements LogFormatter { format(entry: LogEntry): string; } /** * Text log formatter * Formats log entries as human-readable text */ export declare class TextFormatter implements LogFormatter { private useColors; private colors; constructor(useColors?: boolean); format(entry: LogEntry): string; } /** * Create formatter instance */ export declare function createFormatter(format?: 'json' | 'text', options?: any): LogFormatter;

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/glassBead-tc/SubspaceDomain'

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