Skip to main content
Glama

MCP Agent TypeScript Port

by waldzellai
stream.d.ts566 B
/// <reference types="node" /> import { Readable } from 'stream'; import * as fsStat from '@nodelib/fs.stat'; import * as fsWalk from '@nodelib/fs.walk'; import { Pattern, ReaderOptions } from '../types'; import Reader from './reader'; export default class ReaderStream extends Reader<Readable> { protected _walkStream: typeof fsWalk.walkStream; protected _stat: typeof fsStat.stat; dynamic(root: string, options: ReaderOptions): Readable; static(patterns: Pattern[], options: ReaderOptions): Readable; private _getEntry; private _getStat; }

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