Skip to main content
Glama
teardown.d.ts•687 B
import { Command, SpawnCommand } from '../command'; import { Logger } from '../logger'; import { FlowController } from './flow-controller'; export declare class Teardown implements FlowController { private readonly logger; private readonly spawn; private readonly teardown; constructor({ logger, spawn, commands, }: { logger: Logger; /** * Which function to use to spawn commands. * Defaults to the same used by the rest of concurrently. */ spawn?: SpawnCommand; commands: readonly string[]; }); handle(commands: Command[]): { commands: Command[]; onFinish: () => Promise<void>; }; }

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