Skip to main content
Glama

PlayFab MCP Server

by akiojin
jest.config.cjs1.15 kB
/** @type {import('jest').Config} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/src'], testMatch: ['**/__tests__/**/*.test.ts', '**/__tests__/**/*.spec.ts', '**/*.test.ts', '**/*.spec.ts'], testPathIgnorePatterns: [ '<rootDir>/node_modules/', '<rootDir>/dist/', '<rootDir>/src/__tests__/setup.ts', '<rootDir>/src/__tests__/mocks/', ], collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.d.ts', '!src/**/__tests__/**', '!src/**/*.test.ts', '!src/**/*.spec.ts', '!src/index.ts', '!src/types/**', ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html', 'json-summary'], coverageThreshold: { global: { branches: 60, functions: 60, lines: 80, statements: 80, }, }, modulePathIgnorePatterns: ['<rootDir>/dist/'], setupFilesAfterEnv: ['<rootDir>/src/__tests__/setup.ts'], testTimeout: 30000, transform: { '^.+\\.ts$': ['ts-jest', { tsconfig: { module: 'commonjs', target: 'es2020', }, }], }, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, }

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/akiojin/playfab-mcp-server'

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