We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/strzhao/video-to-text-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
exit.d.ts•244 B
/// <reference types="node" />
/**
* A replacement for process.exit that ensures stdio are fully drained before exiting.
*/
declare function exit(code: number, streams?: [NodeJS.WritableStream, NodeJS.WritableStream]): void;
export = exit;