Skip to main content
Glama

MCP Documentation Server

by mahawi1992
jest.config.js531 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', moduleFileExtensions: ['ts', 'js'], transform: { '^.+\\.ts$': 'ts-jest', }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.ts$', coverageDirectory: 'coverage', collectCoverageFrom: [ 'src/**/*.ts', '!src/types.ts', '!src/index.ts' ], coverageThreshold: { global: { branches: 80, functions: 80, lines: 80, statements: 80 } } };

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/mahawi1992/mcp-documentation-server'

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