Skip to main content
Glama
index.d.ts458 B
export = asPromise; type asPromiseCallback = (error: Error | null, ...params: any[]) => {}; /** * Returns a promise from a node-style callback function. * @memberof util * @param {asPromiseCallback} fn Function to call * @param {*} ctx Function context * @param {...*} params Function arguments * @returns {Promise<*>} Promisified function */ declare function asPromise(fn: asPromiseCallback, ctx: any, ...params: any[]): Promise<any>;

Latest Blog Posts

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/MyronKoch-dev/osmosis-mcp-server'

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