Skip to main content
Glama
jest.config.cjs381 B
module.exports = { testEnvironment: "node", roots: ["<rootDir>/__tests__"], moduleFileExtensions: ["ts", "js", "json", "node"], extensionsToTreatAsEsm: [".ts"], moduleNameMapper: { "^(\\.{1,2}/.+)\\.js$": "$1", }, transform: { "^.+\\.(ts|tsx)$": [ "ts-jest", { tsconfig: "tsconfig.jest.json", useESM: true, }, ], }, };

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/MatanYemini/bitbucket-mcp'

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