Skip to main content
Glama

Lambda Performance MCP Server

by jghidalgo
jest.config.js588 B
module.exports = { testEnvironment: 'node', collectCoverageFrom: [ 'src/**/*.js', 'index.js', '!src/**/*.test.js', '!src/**/*.spec.js' ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], testMatch: [ '**/__tests__/**/*.js', '**/?(*.)+(spec|test).js' ], setupFilesAfterEnv: ['<rootDir>/test/setup.js'], testTimeout: 30000, verbose: true, collectCoverage: false, coverageThreshold: { global: { branches: 70, functions: 70, lines: 70, statements: 70 } } };

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/jghidalgo/lambda-performance-mcp-nodejs'

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