Skip to main content
Glama

Bruno API MCP Server

by djkz
jest.config.cjs629 B
/** @type {import('jest').Config} */ const config = { transform: { "^.+\\.(ts|tsx)$": [ "ts-jest", { useESM: true, }, ], }, moduleNameMapper: { "^(.*)\\.js$": "$1", }, testEnvironment: "node", verbose: true, extensionsToTreatAsEsm: [".ts"], moduleFileExtensions: ["ts", "js", "json", "node"], testMatch: ["**/test/**/*.test.ts", "**/test/**/*.spec.ts"], testPathIgnorePatterns: ["/node_modules/", "/build/"], transformIgnorePatterns: [ "/node_modules/(?!(@modelcontextprotocol|ohm-js)/)", ], resolver: "jest-ts-webcompat-resolver", }; module.exports = config;

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/djkz/bruno-api-mcp'

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