Under the hood
MCP auth-needed marking was refactored to a simpler call signature.
The internal call that marks an MCP client as needing re-authentication now calls markNeedsAuth(serverName) on a different object reference with a single argument, instead of the previous two-argument call routed through the Nt() accessor. This looks like an internal API consolidation rather than a behavior change.