Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

New internal repl_mcp_needs_auth event kind added, but unused

A new repl_mcp_needs_auth message kind exists internally but currently renders no content and nothing creates it

TierNothing to try yethow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaREPLwhat it touches
KindIn Developmentin v2.1.275,
Group of 2 Nothing to try yet No documentation found

A new repl_mcp_needs_auth message kind exists internally but currently renders no content and nothing creates it

What

A new event/message kind called repl_mcp_needs_auth was added internally alongside existing kinds like max_turns_reached and poll_events. It appears in the enumerations/state-key lists used for these message kinds, and in the renderer map that turns message kinds into visible content, repl_mcp_needs_auth is wired to a handler that always returns an empty array, meaning it produces no visible content.

Why

Nothing in the current code actually constructs a message of this kind, so this has no visible effect yet. It looks like groundwork for a future feature (likely related to an MCP server, a way of connecting external tools, needing authentication) that has not been wired up to actually fire.

Read from
Names in the bundlerepl_mcp_needs_auth
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what the message kind will eventually be used to display.

See this entry in the whole of v2.1.275 →

Feedback