Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

poll_event now validates the kind format, not just reserved names

MCP poll_event now rejects malformed kind values, not just reserved names

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindBug Fixesin v2.1.275,
Under the hood

MCP poll_event now rejects malformed kind values, not just reserved names

What

The MCP (Model Context Protocol, the standard Claude Code uses to talk to external tools) poll_event control request now validates the format of the kind value it's given before checking whether that name is reserved. A valid kind must start with a lowercase letter and contain only lowercase letters, digits, and hyphens after that, up to 64 characters. The wording used when a kind is rejected as reserved has also changed.

Why

This catches malformed event kinds earlier and more clearly, rather than only rejecting names that happen to collide with reserved ones.

See this entry in the whole of v2.1.275 →