What's wrong with this entry?
New CLI flags for configuring OAuth authentication on HTTP/SSE MCP servers.
claude mcp add --client-id <clientId> --client-secret --callback-port <port> <server-name> <url>--client-id <clientId>: OAuth client ID for HTTP/SSE servers--client-secret: Prompts for OAuth client secret (or reads fromMCP_CLIENT_SECRETenv var)--callback-port <port>: Fixed port for OAuth callback, for servers requiring pre-registered redirect URIs- Warning displayed when these flags are used with stdio transports (only supported for HTTP/SSE)
- Falls back gracefully: "No TTY available to prompt for client secret. Set MCP_CLIENT_SECRET env var instead."
OAuth CLI options (search for "--callback-port" and "MCP_CLIENT_SECRET")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.