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

MCP tool calls gain artifact-server arg/result hooks

MCP tool calls to artifact servers now pass through argument-rewriting and result-observing hooks

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindInternal Changesin v2.1.265,
Under the hood

MCP tool calls to artifact servers now pass through argument-rewriting and result-observing hooks

What

When Claude Code calls a tool on an MCP server (a way for Claude Code to talk to external tools and data sources), it now runs the call's arguments through an argsForCall step before sending them, and runs the response through an observeResult step afterward. A specific handler for the 'artifact' class of MCP servers uses this to rewrite arguments on management calls, and, for list_artifacts calls, to record telemetry including a count of shared artifacts.

Why

This gives Claude Code a hook point to adjust artifact-related MCP calls and to gather usage data on artifact listings, without changing what the tool call looks like to the server itself.

See this entry in the whole of v2.1.265 →

Feedback