Skip to main content
Glama

CTS MCP Server

by EricA1019
index.d.tsโ€ข424 B
import type { AnyFn, Syncify, SynckitOptions } from './types.js'; export * from './common.js'; export * from './constants.js'; export * from './helpers.js'; export * from './types.js'; export declare function createSyncFn<T extends AnyFn>(workerPath: URL | string, timeoutOrOptions?: SynckitOptions | number): Syncify<T>; export declare function runAsWorker<T extends AnyFn<Promise<R> | R>, R = ReturnType<T>>(fn: T): void;

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/EricA1019/CTS_MCP'

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