Skip to main content
Glama

wisdomforge

by hadv
jest.config.cjs703 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/tests'], testMatch: ['**/*.test.ts'], collectCoverage: true, collectCoverageFrom: [ '**/*.{ts,js}', '!**/node_modules/**', '!**/dist/**', '!**/coverage/**', '!jest.config.js', ], coverageDirectory: 'coverage', transform: { '^.+\\.tsx?$': ['ts-jest', { diagnostics: false, }], }, moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1', '^@core/(.*)$': '<rootDir>/src/core/$1', '^@utils/(.*)$': '<rootDir>/src/utils/$1', '^@configs/(.*)$': '<rootDir>/src/configs/$1', '^@types/(.*)$': '<rootDir>/src/types/$1' }, setupFiles: ['dotenv/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/hadv/wisdomforge'

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