v1.0.78
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 doctorno 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-mcpcopy 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.jsonnamedue-mcp, so a pruned copy reads as deleted rather than picking up the host project's ownpackage.json. (#550)