Skip to main content
Glama
n-r-w

KnowledgeGraph MCP Server

by n-r-w
jest.config.js898 B
export default { preset: 'ts-jest/presets/default-esm', extensionsToTreatAsEsm: ['.ts'], testEnvironment: 'node', roots: ['<rootDir>/tests'], testMatch: ['**/*.test.ts'], collectCoverageFrom: [ 'index.ts', 'storage/**/*.ts', 'search/**/*.ts', 'core.ts', '!**/*.d.ts', '!**/*.test.ts', '!tests/**/*.ts', '!scripts/**/*.ts', ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], setupFilesAfterEnv: ['<rootDir>/tests/setup.ts'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], transform: { '^.+\\.ts$': ['ts-jest', { useESM: true, tsconfig: { module: 'ES2022', target: 'ES2022', } }], }, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, transformIgnorePatterns: [ 'node_modules/(?!(@modelcontextprotocol)/)', ], testTimeout: 10000, };

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/n-r-w/knowledgegraph-mcp'

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