Skip to main content
Glama

LCBro

by lcbro
jest.config.js•789 B
export default { preset: 'ts-jest/presets/default-esm', extensionsToTreatAsEsm: ['.ts'], globals: { 'ts-jest': { useESM: true } }, moduleNameMapping: { '^(\\.{1,2}/.*)\\.js$': '$1', }, testEnvironment: 'node', roots: ['<rootDir>/src', '<rootDir>/tests'], testMatch: [ '**/tests/unit/simple-unit.test.ts' ], transform: { '^.+\\.ts$': ['ts-jest', { useESM: true }] }, collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.d.ts', '!src/index.ts' ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], coverageThreshold: { global: { branches: 80, functions: 80, lines: 80, statements: 80 } }, setupFilesAfterEnv: ['<rootDir>/tests/setup.ts'], testTimeout: 30000 };

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/lcbro/lcbro-mcp'

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