Skip to main content
Glama
output-writer.d.ts•584 B
/// <reference types="node" /> import { Writable } from 'stream'; import { Command } from './command'; /** * Class responsible for actually writing output onto a writable stream. */ export declare class OutputWriter { private readonly outputStream; private readonly group; readonly buffers: string[][]; activeCommandIndex: number; constructor({ outputStream, group, commands, }: { outputStream: Writable; group: boolean; commands: Command[]; }); write(command: Command | undefined, text: string): void; private flushBuffer; }

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/samihalawa/brevo-mcp'

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