Daily AI Builder Brief - June 23, 2026
Claude Code 2.1.186 adds CLI mcp login auth and bash auto-response, Fable 5 shifts to metered subscription credits on June 23, and MCP enterprise-managed OAuth ships.
The Operator's Take
Two things shifted under builders today, and they pull in opposite directions. Claude Code 2.1.186 made MCP auth scriptable: claude mcp login <name> finally works without the interactive menu, so you can provision server credentials inside a setup script instead of clicking through one by hand. The same week, Fable 5 left the flat subscription and moved to metered credits. So unattended agent loops got easier to wire up and more expensive to run at the top tier. If you run automation, do both moves now: bake claude mcp login into your provisioning, and pin model selection so a background job isn't quietly burning Fable 5 credits.
Executive Summary
- Claude Code 2.1.186 (June 22) adds
claude mcp loginandclaude mcp logoutCLI auth for MCP servers, no interactive menu needed. - 2.1.186 makes
!bash commands auto-trigger a Claude response by default (opt out withrespondToBashCommands: false). /workflowsdetail view gainsf-key status filtering,/pluginInstalled tab gains a Skills section, and an iTerm2 teammates mode lands.- Streaming requests that failed after machine sleep are fixed, plus subagent transcript and background-task display bugs.
- As of June 23, Fable 5 on Pro, Max, Team, and seat Enterprise plans draws on the usage-credit pool rather than being included at no cost.
- The official MCP blog shipped Enterprise-Managed Authorization (June 18): central OAuth control, one login across all connected servers.
- The 2026-07-28 MCP spec release candidate (stateless core, Tasks, MCP Apps) is still in its validation window ahead of the July 28 final.
Claude Code
2.1.186 ships CLI MCP auth and bash auto-response (June 22)
claude mcp login <name> and claude mcp logout <name> authenticate MCP servers straight from the command line, so credential setup runs in a script without an interactive prompt. !-prefixed bash now triggers an automatic Claude response by default; set respondToBashCommands: false to keep the old quiet behavior. The release also adds f-key status filtering to /workflows, a Skills section in the /plugin Installed tab, and an iTerm2 teammates mode, and it fixes streaming that broke after a machine wakes from sleep. Changelog
Anthropic
Fable 5 moves to metered credits on subscription (June 23)
Through June 22, Fable 5 was included in Pro, Max, Team, and seat-based Enterprise plans at no added cost. As of June 23, subscription use of Fable 5 draws on the separate usage-credit pool introduced earlier this month. Anything running Fable 5 in an unattended loop now carries a per-token cost, so check what your background jobs default to before the next run. Billing coverage, TechCrunch
MCP Ecosystem
Enterprise-Managed Authorization lands for MCP (June 18)
The official MCP blog shipped zero-touch OAuth: organizations centrally manage authorization for MCP servers, and end users reach every connected server through a single login. Paired with Claude Code's new claude mcp login, MCP auth is moving from per-session interactive workarounds to first-class, governed credentials. Background on MCP security in the glossary. The 2026-07-28 stateless release candidate remains in its validation window ahead of the July 28 final spec. MCP blog
Broader AI
Nothing today that clears the bar.
What This Means For Builders
- Put
claude mcp loginin your agent provisioning so MCP credentials set up unattended instead of by hand. - Pin or budget model selection in every automation; the flat-rate Fable 5 era on subscription ended June 23.
- If you self-host MCP servers, plan auth around enterprise-managed OAuth now rather than juggling per-server tokens.
Sources
- https://code.claude.com/docs/en/changelog
- https://www.anthropic.com/news
- https://techcrunch.com/2026/06/09/anthropic-released-claude-fable-5-its-most-powerful-model-publicly-days-after-warning-ai-is-getting-too-dangerous/
- https://codersera.com/blog/anthropic-june-2026-billing-change-claude-code/
- https://blog.modelcontextprotocol.io/
- https://blog.modelcontextprotocol.io/posts/2026-07-28-release-candidate/
- https://krypteiasec.com/glossary