Skip to main content
Glama

MCP Agent TypeScript Port

by waldzellai
ast.d.ts758 B
import { MinimatchOptions, MMRegExp } from './index.js'; export type ExtglobType = '!' | '?' | '+' | '*' | '@'; export declare class AST { #private; type: ExtglobType | null; constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions); get hasMagic(): boolean | undefined; toString(): string; push(...parts: (string | AST)[]): void; toJSON(): any[]; isStart(): boolean; isEnd(): boolean; copyIn(part: AST | string): void; clone(parent: AST): AST; static fromGlob(pattern: string, options?: MinimatchOptions): AST; toMMPattern(): MMRegExp | string; toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean]; } //# sourceMappingURL=ast.d.ts.map

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