Skip to main content
Glama

Asterisk S2S MCP Server

by gcorroto
jest.config.jsβ€’1.03 kB
export default { preset: 'ts-jest', testEnvironment: 'node', extensionsToTreatAsEsm: ['.ts'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, transform: { '^.+\\.tsx?$': [ 'ts-jest', { useESM: true, }, ], }, // Environment variables setup can be done directly in tests if needed // setupFiles: ['<rootDir>/.jest/setEnvVars.js'], // Test configuration testMatch: [ '**/tests/**/*.test.ts', '**/__tests__/**/*.test.ts' ], collectCoverageFrom: [ '**/*.{ts,js}', '!**/*.d.ts', '!dist/**/*', '!node_modules/**/*', '!coverage/**/*' ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], // Force exit to prevent hanging on async operations forceExit: true, // Detect open handles for debugging detectOpenHandles: false, // Set test timeout testTimeout: 30000, };

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/gcorroto/mcp-s2s-asterisk'

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