Skip to main content
Glama

Unreal Engine Code Analyzer MCP Server

tree-sitter.js473 B
import { jest } from '@jest/globals'; const mockParser = { setLanguage: jest.fn(), parse: jest.fn().mockReturnValue({ rootNode: { hasError: jest.fn().mockReturnValue(false), descendantsOfType: jest.fn().mockReturnValue([]), children: [], startPosition: { row: 0, column: 0 }, text: '' } }), createQuery: jest.fn().mockReturnValue({ matches: jest.fn().mockReturnValue([]) }) }; export default jest.fn(() => mockParser);

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

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