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 permission checks now defer to an SDK-registered checker first

MCP tool permission checks now consult an SDK-registered checker before the usual permission logic

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 permission checks now consult an SDK-registered checker before the usual permission logic

What

When deciding whether an MCP tool (a tool provided by an external MCP server) is allowed to run, Claude Code now first asks a permission checker registered by the SDK (software development kit), if one is present. Only if that doesn't produce a decision does it fall back to the built-in permission-rule logic and design-consent checks it used before.

Why

This lets code built on the Claude Code SDK plug in its own custom permission logic for MCP tools, taking priority over the default rules.

See this entry in the whole of v2.1.265 →

Feedback