Back to AI Briefs
TLP:CLEARAI-2026-0519

Daily AI Builder Brief - May 19, 2026

May 19, 20263 min read
aiclaude-codeanthropicmcpbuilder-intel

Executive Summary

  • Anthropic acquired Stainless on May 18, the SDK and MCP server generator that powers Anthropic, OpenAI, Google, and Cloudflare libraries.
  • Hosted Stainless products (including the SDK generator) will wind down; customers keep ownership of already-generated SDKs.
  • Claude Code 2.1.144 shipped May 19 with background session /resume, elapsed duration in completion pings, and a quiet MCP pagination bug fix.
  • /extra-usage renamed to /usage-credits; /model now session-scoped by default (press d to set a new default).
  • 20+ legal MCP connectors and 12 practice plugins launched (Ironclad, DocuSign, iManage, Relativity, Everlaw, Box).
  • Thomson Reuters CoCounsel and Free Law Project both went live as MCP servers for Claude.
  • MCP 2026 roadmap: stateless HTTP transport in review, .well-known capability discovery on deck.

Claude Code

2.1.144: background sessions get /resume, MCP pagination bug fixed

Background sessions started via claude --bg now show in /resume alongside interactive ones. The release also fixes MCP servers with paginated tools/list responses silently dropping tools after the first page, which is the kind of bug that quietly breaks larger toolsets. Notifications now include elapsed time ("Agent completed, 3h 2m 5s"). /model is now session-only unless you press d. Changelog

Anthropic

Anthropic acquires Stainless (May 18)

Stainless built SDK and MCP server generation pipelines used by Anthropic, OpenAI, Google, and Cloudflare. Reported price north of $300M. Hosted products wind down; existing generated SDKs remain owned by customers with full modification rights. Signal: Anthropic is consolidating the SDK-to-MCP pipeline as agent connectivity infrastructure. TechCrunch

MCP Ecosystem

20+ legal connectors, 12 practice plugins (May 2026)

New official MCP connectors: Ironclad, DocuSign, Definely, iManage, NetDocuments, Relativity, Everlaw, Consilio, Box, Datasite, Midpage, Trellis, Legal Data Hunter. Pattern to watch: vertical-bundled connector packs shipping together rather than one-off integrations. LawSites

Thomson Reuters CoCounsel and Free Law Project go MCP

Two legal research providers connected primary-source case law and legal AI directly to Claude via MCP. LawSites

MCP 2026 roadmap signals

Stateless HTTP transport variant under review (scales horizontally behind load balancers, no persistent SSE). Standard .well-known metadata format proposed so registries can read server capabilities without connecting. MCP roadmap

Broader AI

Nothing today.

What This Means For Builders

  • If you generate SDKs via Stainless's hosted product, plan a migration path now. Self-hosted forks of generated SDKs are safe.
  • Audit MCP servers for paginated tools/list behavior. Pre-2.1.144 clients silently dropped pages, so your tool catalog may have been incomplete.
  • The stateless HTTP transport proposal is the right time to design new MCP servers as horizontally scalable from day one, not bolt-on later.
  • Vertical connector packs (legal, finance next) are becoming the MCP distribution shape. If you ship to an industry, bundle.

Sources

  1. https://code.claude.com/docs/en/changelog
  2. https://www.anthropic.com/news/anthropic-acquires-stainless
  3. https://techcrunch.com/2026/05/18/anthropic-has-acquired-the-dev-tools-startup-used-by-openai-google-and-cloudflare/
  4. https://www.lawnext.com/2026/05/anthropic-goes-all-in-on-legal-releasing-more-than-20-connectors-and-12-practice-area-plugins-for-claude.html
  5. https://www.lawnext.com/2026/05/two-legal-research-providers-launch-mcp-integrations-with-claude-thomson-reuters-and-free-law-project-connect-their-data-to-ai.html
  6. https://blog.modelcontextprotocol.io/posts/2026-mcp-roadmap/