123 wires and counting

$ follow Anthropic

Keep up with Anthropic in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-05-19
stories 25

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLAUDE MANAGED AGENTS NOW STATELESS ON SLACK

By RepoJournal · Filed · About Anthropic · Composed from the cited sources · methodology

A new webhook bridge template lets Slack @mentions trigger Claude agent runs without holding any session state, and the plugin ecosystem is tightening its MCP URL verification to catch dead endpoints before users do.

The Slack webhook bridge [1] ships a minimal TypeScript/Bun template that routes Slack Events API mentions directly to Claude Managed Agents using CMA outbound webhooks. No SSE streams held open. No session map database. Slack fires the event, Claude runs to idle on Anthropic infrastructure, then posts the result back via webhook. It's the stateless pattern the entire agent ecosystem has been moving toward, and it's now drop-in ready.

Meanwhile, the plugin marketplace is getting serious about URL validation. The knowledge-work-plugins repo added automated SHA bumping, policy scanning, and MCP URL liveness checks [2] to match claude-plugins-official's CI. That same sync caught four dead MCP server endpoints in the bundled job-function plugins [3]. Apollo, Outreach, and Datadog URLs have all been corrected and verified live; ServiceNow's entry was removed entirely because no shared hosted endpoint exists. Every Desktop user who launched an agent with those bundles hit connect failures on spawn. This fix rolls out silently on next app launch.

Over in claude-plugins-official, the nightly SHA bump pipeline scaled from 20 to 130 [4], so a single run can now clear any backlog without blocking on a single bad upstream. The verdict cache prevents re-burning Claude time on already-scanned SHAs. A new CI check [5] validates HTTP and SSE MCP server URLs on every bump PR, catching dead endpoints before they ship. A separate PR corrected source configs for plugins whose upstream layouts moved, unblocking RevenueCAT and others from the bump queue indefinitely.

Action items

References

  1. [1] feat(managed_agents): Slack stateless webhook bridge template ↗ anthropics/claude-cookbooks
  2. [2] Add SHA bump pipeline, policy scan, and MCP URL liveness check ↗ anthropics/knowledge-work-plugins
  3. [3] Fix dead MCP server URLs in bundled plugins (apollo, outreach, datadog; remove servicenow) ↗ anthropics/knowledge-work-plugins
  4. [4] Raise bump cap with verdict cache and skip-and-revert (#1913) ↗ anthropics/claude-plugins-official
  5. [5] Add CI check for HTTP MCP server URL liveness ↗ anthropics/claude-plugins-official

Quick answers

What shipped in Anthropic on May 19, 2026?
A new webhook bridge template lets Slack @mentions trigger Claude agent runs without holding any session state, and the plugin ecosystem is tightening its MCP URL verification to catch dead endpoints before users do. In total, 12 commits and 13 pull requests landed.
Who contributed to Anthropic on May 19, 2026?
3 developers shipped this update, including rlancemartin, tobinsouth, and localden.
What were the notable Anthropic updates?
feat(managed_agents): Slack stateless webhook bridge template, Add SHA bump pipeline, policy scan, and MCP URL liveness check, and Fix dead MCP server URLs in bundled plugins (apollo, outreach, datadog; remove servicenow).