Skip to main content
Glama

infura-mcp

by deflang
jest.config.cjs960 B
// jest.config.cjs /** @type {import('jest').Config} */ module.exports = { preset: "ts-jest/presets/default-esm", // Use ts-jest preset testEnvironment: "node", // Node.js environment for server-side code roots: ["<rootDir>/src"], // Look for tests in the src folder testMatch: ["**/__tests__/**/*.ts", "**/?(*.)+(spec|test).ts"], // Match .spec.ts or .test.ts transform: { "^.+\\.ts$": "ts-jest", // Use ts-jest to handle TypeScript }, moduleFileExtensions: ["ts", "js", "json", "node"], collectCoverage: true, // Enable code coverage coverageDirectory: "<rootDir>/coverage", coverageReporters: ["text", "lcov"], // Human-readable + lcov verbose: true, // Show individual test results testPathIgnorePatterns: ["/node_modules/", "/dist/", "/build/", "/coverage/"], coveragePathIgnorePatterns: ["/node_modules/", "/dist/", "/build/"], moduleNameMapper: { "^(.*)\\.js$": "$1", }, setupFiles: ["<rootDir>/jest.env.js"], };

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/deflang/infura-mcp'

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