Skip to main content
Glama

mcptix

by ownlytics
jest.config.js547 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/*.test.ts'], testPathIgnorePatterns: ['/node_modules/', '/dist/'], collectCoverage: true, coverageDirectory: 'coverage', collectCoverageFrom: ['src/**/*.ts', '!src/**/*.d.ts'], coverageReporters: ['text', 'lcov'], verbose: true, setupFilesAfterEnv: ['./jest.setup.js'], // Report coverage but don't fail on thresholds coverageThreshold: { global: { branches: 0, functions: 0, lines: 0, statements: 0, }, }, };

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/ownlytics/mcptix'

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