Skip to main content
Glama

Unreal Engine Code Analyzer MCP Server

jest.config.js879 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ export default { preset: 'ts-jest', testEnvironment: 'node', extensionsToTreatAsEsm: ['.ts'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', '^tree-sitter-cpp/bindings/node$': '<rootDir>/src/__tests__/__mocks__/tree-sitter-cpp.js', '^tree-sitter-cpp$': '<rootDir>/src/__tests__/__mocks__/tree-sitter-cpp.js', '^tree-sitter$': '<rootDir>/src/__tests__/__mocks__/tree-sitter.js', '^@modelcontextprotocol/create-server$': '<rootDir>/src/__tests__/__mocks__/@modelcontextprotocol/create-server.js' }, transform: { '^.+\\.tsx?$': [ 'ts-jest', { useESM: true, }, ], }, moduleDirectories: ['node_modules', '<rootDir>/src'], setupFilesAfterEnv: ['<rootDir>/src/__tests__/setup.ts'], testPathIgnorePatterns: ['/node_modules/', '/__mocks__/', 'setup.ts'] };

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/ayeletstudioindia/unreal-analyzer-mcp'

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