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

MCP servers can now hide tools from the model via _meta.ui.visibility, live and wired

MCP servers can now hide specific tools from Claude while still showing them to the human in mcp_status

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaMCPwhat it touches
KindNew Featuresin v2.1.280,
Use it now Notable No documentation found

MCP servers can now hide specific tools from Claude while still showing them to the human in mcp_status

What

An MCP (Model Context Protocol, the standard Claude Code uses to connect external tools) server can now mark a tool as hidden from the model. It does this through a _meta.ui.visibility field on the tool: if that field's list of visibility targets leaves out "model", or can't be parsed at all, Claude Code treats the tool as hidden and drops it from the list of tools the model can call.

The hiding only applies to what the model sees. The tool still shows up for the person running Claude Code, in the mcp_status view.

Why

This lets an MCP server author ship a tool meant for humans (or some other consumer) without cluttering the model's own tool list or letting it be called unintentionally, while still keeping the tool visible to the person using Claude Code.

Read from
Names in the bundle_meta.ui.visibility

See this entry in the whole of v2.1.280 →

Feedback