Skip to main content
Glama
support.ts448 B
/* eslint-disable @typescript-eslint/no-explicit-any */ import * as chai from "chai"; import * as chaiAsPromised from "chai-as-promised"; declare const global: any; chai.should(); chai.use(chaiAsPromised); global.chai = chai; global.chaiAsPromised = chaiAsPromised; global.expect = chai.expect; global.AssertionError = chai.AssertionError; global.assert = chai.assert; global.Assertion = (chai as any).Assertion; // 'Assertion' is not existing?

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/samihalawa/advanced-tts-mcp'

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