Skip to main content
Glama

Visa Design System MCP Server

by MarySuneela
  • Apple
jest.config.js1.27 kB
export default { preset: 'ts-jest/presets/default-esm', extensionsToTreatAsEsm: ['.ts'], testEnvironment: 'node', roots: ['<rootDir>/src', '<rootDir>/tests'], testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts'], transform: { '^.+\\.ts$': ['ts-jest', { useESM: true }] }, transformIgnorePatterns: [ 'node_modules/(?!(@modelcontextprotocol|chokidar))' ], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1' }, collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.d.ts', '!src/index.ts' ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html', 'json'], coverageThreshold: { global: { branches: 80, functions: 85, lines: 85, statements: 85 }, './src/services/': { branches: 90, functions: 95, lines: 95, statements: 95 }, './src/utils/': { branches: 85, functions: 90, lines: 90, statements: 90 } }, testTimeout: 30000, setupFilesAfterEnv: ['<rootDir>/tests/utils/test-setup.ts'], testPathIgnorePatterns: [ '<rootDir>/node_modules/', '<rootDir>/dist/', '<rootDir>/coverage/' ], verbose: true, detectOpenHandles: true, forceExit: true, maxWorkers: '50%' };

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/MarySuneela/mcp-vpds'

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