Under the hood
Several tools were refactored to a lazy dependency-injection factory pattern.
The send-notification, connector search/lookup/list, remote-trigger management, and project tools were restructured from a flat call(e,t) signature to a create({credentials, mcpClients, ...}) factory that returns call/checkPermissions closures. This is an internal dependency-injection change with no described behavior difference.