Skip to main content
Glama

MCP Agent TypeScript Port

by waldzellai
index.d.ts855 B
import type { FileSystemAdapter, ReaddirAsynchronousMethod, ReaddirSynchronousMethod } from './adapters/fs'; import * as async from './providers/async'; import Settings, { Options } from './settings'; import type { Dirent, Entry } from './types'; declare type AsyncCallback = async.AsyncCallback; declare function scandir(path: string, callback: AsyncCallback): void; declare function scandir(path: string, optionsOrSettings: Options | Settings, callback: AsyncCallback): void; declare namespace scandir { function __promisify__(path: string, optionsOrSettings?: Options | Settings): Promise<Entry[]>; } declare function scandirSync(path: string, optionsOrSettings?: Options | Settings): Entry[]; export { scandir, scandirSync, Settings, AsyncCallback, Dirent, Entry, FileSystemAdapter, ReaddirAsynchronousMethod, ReaddirSynchronousMethod, Options };

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/waldzellai/mcp-agent-ts'

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