Skip to main content
Glama
constants.test.js365 B
import { expect, test } from 'vitest'; import * as constants from './constants.js'; test('constants are defined', () => { expect(constants.ANSI_COLORS).toBeDefined(); expect(constants.ERROR_STACK_TRACE_MAX_LENGTH).toBeDefined(); expect(constants.DEFAULT_PING_OPTIONS).toBeDefined(); expect(constants.DEFAULT_HEALTH_CHECK_OPTIONS).toBeDefined(); });

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/DeamonDev888/Browser-Manager-MCP-Server'

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