Files
mcp-ue/ue_mcp_server.py
Pierre-Marie Charavel a51102c1eb Cache type index with mtime-based invalidation
_load_type_index() now caches the parsed dict at module level and only
re-reads type-index.txt when its mtime changes. This avoids a file read
and parse on every get_class_overview / get_member call. The cache is
automatically invalidated if the docs are regenerated.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 10:40:19 -05:00

7.4 KiB