docs: Claude Code v2.1.220 - MCP Inspector 3-in-1 relaunch, bare mode credential + exit-code docs, stateless MCP post-final changelog - #1129
Merged
Conversation
… credential + exit-code docs, stateless MCP post-final changelog Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Night shift report
WHY THIS MATTERS: Three independent changes landed today, each worth knowing about. The MCP Inspector is now a three-client tool (Web UI, CLI, TUI) from a single binary - a meaningful capability expansion for anyone building or testing MCP servers. Headless bare mode docs got an important correction: bare mode skips OAuth and the system keychain entirely, so scripts that relied on interactive login silently breaking in CI now have explicit docs and a forewarning that
--barewill become the default forclaude -pin a future release. And the Stateless MCP SEP (2575) grew a post-final changelog tracking three spec-level changes that happened after it reached Final status - client/server identity metadata made optional, and subscriptions gained a graceful completion result.HIGHLIGHTS:
@modelcontextprotocol/inspectorbinary now ships Web (browser UI), CLI (scriptable/machine-readable, good for CI and agents), and TUI (terminal UI for no-browser environments) clients. All share the same transport/OAuth/protocol-era core.inspector.mdwas substantially rewritten.--barewill become default forclaude -p(headless.md): The docs now explicitly flag this as a future breaking change. Existing scripts that depend onclaude -ppicking up~/.claudeconfig or OAuth login should add--bareor remove it consciously now.--bareskips OAuth and the system keychain. The Anthropic API requiresANTHROPIC_API_KEYset explicitly (from Claude Console). Bedrock/Vertex/Foundry still use their own provider credentials as usual.claude -pnow exits 0 on success, non-zero on failure. Invalid flags report to stderr before the run; in-run failures (e.g., missing auth) print as the result on stdout.clientInfomade optional request metadata (PR #3002),serverInfomoved to result_meta(PR #3002), andsubscriptions/listengained a graceful completion result for server-initiated closure (PR #2953).Program.cs,ProtectedMcpServer.csproj, andMathTools.cs- so the tutorial is actually runnable end-to-end..metadata.jsontimestamps, 6 plugin SHA bumps (deepeval, hyperframes, JFrog, qodo, claude-remember, wix skills), support article minor edits.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning