Skip to main content
Glama
gilberth

MCP Cloudflare DNS Server

output-error-handler.d.ts668 B
/// <reference types="node" /> /// <reference types="node" /> import { Writable } from 'stream'; import { Command } from '../command'; import { FlowController } from './flow-controller'; /** * Kills processes and aborts further command spawning on output stream error (namely, SIGPIPE). */ export declare class OutputErrorHandler implements FlowController { private readonly outputStream; private readonly abortController; constructor({ abortController, outputStream, }: { abortController: AbortController; outputStream: Writable; }); handle(commands: Command[]): { commands: Command[]; onFinish(): void; }; }

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/gilberth/mcp-cloudflare'

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