Skip to main content
Glama
kill-others.d.ts•847 B
/// <reference types="node" /> import { Command } from '../command'; import { Logger } from '../logger'; import { FlowController } from './flow-controller'; export type ProcessCloseCondition = 'failure' | 'success'; /** * Sends a SIGTERM signal to all commands when one of the commands exits with a matching condition. */ export declare class KillOthers implements FlowController { private readonly logger; private readonly abortController?; private readonly conditions; private readonly killSignal; constructor({ logger, abortController, conditions, killSignal, }: { logger: Logger; abortController?: AbortController; conditions: ProcessCloseCondition | ProcessCloseCondition[]; killSignal: string | undefined; }); handle(commands: Command[]): { commands: Command[]; }; }

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