Skip to main content
Glama
jest.config.js501 B
export default { testEnvironment: 'node', extensionsToTreatAsEsm: ['.js'], globals: { 'ts-jest': { useESM: true } }, testMatch: [ '**/tests/**/*.test.js', '**/test/**/*.test.js', '**/__tests__/**/*.test.js' ], collectCoverageFrom: [ 'lib/**/*.js', 'index.js', '!**/node_modules/**', '!**/coverage/**' ], coverageReporters: [ 'text', 'html', 'lcov' ], setupFilesAfterEnv: ['<rootDir>/tests/setup.js'], testTimeout: 30000 };

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/DeveloperZo/mcp-audio-inspector'

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