We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blueman82/meta-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•372 B
export {
ServerPool,
ConnectionError,
PoolExhaustedError,
type ConnectionFactory,
type PoolConfig,
} from './server-pool.js';
export {
createConnection,
closeConnection,
SpawnError,
TimeoutError,
UnexpectedExitError,
type CreateConnectionOptions,
} from './connection.js';
export { buildSpawnConfig, type SpawnConfig } from './stdio-transport.js';