Skip to main content
Glama
by Ritesh-sudo
file.d.ts555 B
/// <reference types="node" /> /// <reference types="node" /> import { Readable } from 'stream'; import { Stats, createReadStream } from 'fs'; import { GetUriProtocol } from './'; type ReadStreamOptions = NonNullable<Exclude<Parameters<typeof createReadStream>[1], string>>; interface FileReadable extends Readable { stat?: Stats; } export interface FileOptions extends ReadStreamOptions { cache?: FileReadable; } /** * Returns a `fs.ReadStream` instance from a "file:" URI. */ export declare const file: GetUriProtocol<FileOptions>; export {};

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/Ritesh-sudo/MCPJobSearch'

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