Skip to main content
Glama
pool.js246 B
'use strict'; const BasePool = require('./base/pool.js'); class Pool extends BasePool { promise(promiseImpl) { const PromisePool = require('./promise/pool.js'); return new PromisePool(this, promiseImpl); } } module.exports = Pool;

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/michael7736/mysql-mcp-server'

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