Skip to content

v1.0.78

Choose a tag to compare

@db-lyon db-lyon released this 06 Jun 18:47

v1.0.78

Fix ue-mcp doctor so its running-server verdict is scoped to the project it is reporting for.

Bug fixes

  • ue-mcp doctor no longer green-checks a server that serves a different project. Each running server's project argument is parsed from its command line, and the alignment verdict is scoped to the server(s) serving the project doctor was run for; others are still shown but labelled with their own project. (#550)
  • A server still running after its node_modules/ue-mcp copy was deleted - a stale process the deletion did not kill, commonly reattached on --resume - is now surfaced as "deleted files" with a "quit fully (not --resume) and relaunch" finding, instead of being silently skipped. (#550)
  • Version lookup only accepts a package.json named ue-mcp, so a pruned copy reads as deleted rather than picking up the host project's own package.json. (#550)