Skip to main content
Glama
jest.config.jsβ€’829 B
/* eslint-disable */ const { readFileSync } = require("fs"); // Reading the SWC compilation config for the spec files const swcJestConfig = JSON.parse( readFileSync(`${__dirname}/.spec.swcrc`, "utf-8") ); // Disable .swcrc look-up by SWC core because we're passing in swcJestConfig ourselves swcJestConfig.swcrc = false; module.exports = { displayName: "@ai-capabilities-suite/mcp-server", testEnvironment: "node", roots: ["<rootDir>/src"], testMatch: ["**/?(*.)+(spec|test).[jt]s?(x)"], transform: { "^.+\\.(t|j)sx?$": ["@swc/jest", swcJestConfig], }, moduleFileExtensions: ["ts", "tsx", "js", "jsx"], coverageDirectory: "test-output/jest/coverage", // Explicitly disable babel transformIgnorePatterns: [], // Increase timeout for E2E tests that spawn real debug sessions testTimeout: 60000, };

Latest Blog Posts

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/Digital-Defiance/mcp-debugger-server'

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