This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Releases: tumourlove/DEPRECATED-unreal-source-mcp
Releases · tumourlove/DEPRECATED-unreal-source-mcp
Release list
v0.1.2
What's Changed
Docs
- Added Complements section with links to all companion MCP servers
- Restructured README for consistency across the server suite
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Improvements
- Symbol resolution accuracy: Definitions now preferred over forward declarations in symbol maps and queries — fixes class hierarchy lookups returning wrong symbols
- Broader reference extraction: Type references now extracted from class scope (base classes, member types) and global scope (top-level declarations), not just function bodies
- Method call type inference:
obj->Method()calls now resolve toClassName::Methodwhen the object's type can be determined from local variable declarations - Exact FTS line numbers: Source text chunks now include blank lines, so reported line numbers are exact rather than approximate
- Progress bar:
--indexcommand now shows a live progress bar with module name, file count, and symbol count - Documentation fixes: Corrected CLAUDE.md references, documented known limitations and future work