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

Artifact write-through-store now excludes MCP-fronted types from the store-write path

Artifacts no longer route MCP-backed data types through the store's write-through path

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.267,
Under the hood

Artifacts no longer route MCP-backed data types through the store's write-through path

What

Artifacts (documents Claude Code can create and update, like code files or data files) can be backed by different storage types. The logic that decides which types get written straight through to the data store previously included MCP-fronted (Model Context Protocol) types alongside plain "data" and "write_db" types. That MCP case has been removed, so only "data" and "write_db" types now use this write-through path.

Why

This narrows which artifact types are treated as directly writable to storage, likely because MCP-backed artifacts need different handling than locally stored ones.

See this entry in the whole of v2.1.267 →

Feedback