Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Answered MCP prompts are matched by their contents

You'll notice
Useful3 Signal2
MCP

Answering one of several pending MCP prompts now clears the right one.

What

When an MCP server prompt is answered, the entry removed from the pending queue is now identified by the request's parameters rather than by server name and request id, changing which queued prompt gets cleared when several are outstanding.

Evidence

elicitation: { queue: R.elicitation.queue.slice(1) }

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.248 →