Skip to main content
Glama
jest.config.js583 B
/** @type {import('ts-jest/dist/types').JestConfigWithTsJest} */ module.exports = { moduleFileExtensions: ['ts', 'js', 'json'], // Allow absolute imports from the tsconfig baseUrl moduleDirectories: ['node_modules', '<rootDir>'], transform: { '^.+\\.(ts|tsx)$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, testPathIgnorePatterns: ['dist'], setupFiles: ['<rootDir>/jest.setup.js'], collectCoverageFrom: ['./src/**/*.ts'], coveragePathIgnorePatterns: ['/node_modules/'], // coverageThreshold: { // global: { // lines: 80, // }, // }, }

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/divvi-xyz/divvi-mcp-server'

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