You'll notice
Useful3 Signal0
Listing MCP resources now includes cached servers, connecting them on demand instead of skipping them.
What's wrong with this entry?
Anonymous. No account, no email.
What
The resource-listing tool now returns resources from servers that are only in the discovery cache, connecting them as part of the call.
Details
- the old
i.type !== "connected"bail is gone; any connected-or-cached client declaringcapabilities?.resourcesis accepted - it then calls
ensureConnectedClientwith the tool's abort signal and a context label before fetching - failures are logged per server, except aborts, which are silent and simply contribute no resources
Evidence
MCP resource listing
Strings lifted out of the shipped bundle, so the claim above can be checked against them.