Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Releases: tumourlove/DEPRECATED-unreal-source-mcp

Release list

v0.1.2

Choose a tag to compare

@tumourlove tumourlove released this 02 Mar 10:15

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

Choose a tag to compare

@tumourlove tumourlove released this 02 Mar 05:30

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 to ClassName::Method when 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: --index command 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