Skip to main content
Glama
pool_connection.js436 B
'use strict'; const PromiseConnection = require('./connection.js'); const BasePoolConnection = require('../base/pool_connection.js'); class PromisePoolConnection extends PromiseConnection { constructor(connection, promiseImpl) { super(connection, promiseImpl); } destroy() { return BasePoolConnection.prototype.destroy.apply( this.connection, arguments ); } } module.exports = PromisePoolConnection;

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