Skip to main content
Glama

First MCP Server

by geka-evk
MIT License
jest.config.js495 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', verbose: true, clearMocks: true, moduleNameMapper: { '^#src/(.*)$': '<rootDir>/src/$1', '^#test/(.*)$': '<rootDir>/test/$1', }, setupFiles: ['./test/setup.ts'], transform: { '^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.json' }], }, collectCoverage: true, collectCoverageFrom: ['./src/**'], coveragePathIgnorePatterns: [ '<rootDir>/node_modules/', '<rootDir>/dist/', ], };

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/geka-evk/first-mcp-server'

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