Pending MCP server names are now always included when building tool-availability updates
The code that builds the list of tool changes sent to Claude (the "deferred tools delta") used to only include the names of pending MCP clients (external tool servers still connecting) when a certain tool-availability check was false. That check has been removed, so pending MCP client names are now always included. A related keepMcp flag used when stripping tools is also now hard-coded to true.
This means information about MCP servers that are still connecting is passed through more consistently, though the finding doesn't specify the downstream effect of always including it.
The finding does not say what visible difference this makes to the tools Claude sees during a session.