Skip to main content
Glama

MCP Agent TypeScript Port

by waldzellai
index.d.ts549 B
export interface Task { id: string; name: string; execute: () => Promise<unknown>; } export interface ExecutorOptions { maxConcurrentTasks?: number; timeout?: number; } export declare class BaseExecutor { private contextManager; private options; private runningTasks; private taskQueue; constructor(options?: ExecutorOptions); enqueueTask(task: Task): Promise<unknown>; private executeTask; private processNextTask; waitForAllTasks(): Promise<void>; cancelTask(taskId: string): boolean; }

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