UNPKG

il2cpp-dump-analyzer-mcp

Version:

Agentic RAG system for analyzing IL2CPP dump.cs files from Unity games

13 lines (12 loc) 291 B
/** * Jest test setup file * Configures global test environment, mocks, and utilities */ declare global { var testUtils: { createMockDocument: (metadata?: any) => any; createMockVectorStore: () => any; delay: (ms: number) => Promise<void>; }; } export {};