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.268 ·

MCP server screens show a resolved endpoint instead of the raw command

Settings screens for MCP servers now display a resolved displayEndpoint rather than the raw config command

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindImprovementsin v2.1.268,
Group of 2 You'll notice

Settings screens for MCP servers now display a resolved displayEndpoint rather than the raw config command

What

The Settings screens for MCP (Model Context Protocol) servers now compute a displayEndpoint value for each server, covering stdio, sse, http, and claudeai-proxy connection types. This is used across the server status/detail panel, the tools-list screen, and the individual tool-detail screen.

  • The server detail panel now only shows a "Command:" row when the resolved endpoint actually differs from the raw command written in the config, showing the resolved endpoint in that case instead of the literal config string.
  • The tools-list and tool-detail screens now also receive this computed displayEndpoint value as part of the server information passed to them.

Why

Raw config commands can be less meaningful than the actual resolved connection endpoint. Showing the resolved endpoint (and only showing a separate command line when it adds information) makes it easier to understand what an MCP server actually connects to.

See this entry in the whole of v2.1.268 →

Feedback