Skip to main content
Glama

MCP Firebird

jest.integration.config.js593 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/src'], testMatch: ['**/__tests__/**/*.integration.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], collectCoverage: true, coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov'], verbose: true, setupFilesAfterEnv: ['<rootDir>/src/__tests__/setup/jest.setup.ts'], globals: { 'ts-jest': { tsconfig: 'tsconfig.json', }, }, testTimeout: 30000, // 30 segundos para pruebas de integración };

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/PuroDelphi/mcpFirebird'

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