Skip to main content
Glama

Spec MCP Server

by karol-f
jest.config.cjs735 B
/** @type {import('jest').Config} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/tests'], testMatch: ['**/*.test.ts'], collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.d.ts', ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], transform: { '^.+\\.ts$': ['ts-jest', { tsconfig: { esModuleInterop: true, allowSyntheticDefaultImports: true, moduleResolution: 'node', target: 'ES2020', module: 'ES2020' } }] }, extensionsToTreatAsEsm: ['.ts'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1' }, transformIgnorePatterns: [ 'node_modules/(?!@modelcontextprotocol)' ] };

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/karol-f/spec-mcp'

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