May 11, 2026
SpaceX deal increases usage limits, AWS MCP GA, TrustFall
Get the next issue
TL;DR
Anthropic's partnership with SpaceX has triggered a quiet bump to Pro and Team usage limits. AWS officially shipped MCP support in GA across Bedrock. TrustFall, a new open-source tool for auditing MCP server permissions, got 2k GitHub stars in 48 hours. Plus: Claude 3.7 context improvements and the usual round of community tooling.
API & Model Updates
Following the Anthropic × SpaceX infrastructure partnership announced last week, Pro accounts quietly received a ~40% increase in daily message limits. Team accounts saw a similar bump. No official announcement yet — change was spotted by users comparing rate-limit headers.
Claude 3.7 context window edge cases patched
A regression introduced in 3.7 caused tool-call results near the 200k token boundary to be silently truncated. Patch shipped May 8. If you were seeing incomplete tool results in long agentic runs, this is likely the fix.
MCP Ecosystem
Amazon Web Services shipped MCP server support across all Bedrock regions in GA. Developers can now attach MCP tools directly to Bedrock-hosted Claude models with no extra proxy layer. Pricing follows standard Bedrock inference rates.
TrustFall is a CLI tool that scans your MCP server configurations and flags overly-broad permissions, missing input validation, and prompt injection risks. Built by the team behind the MCP Security Working Group. Install with npm i -g trustfall-mcp.
Claude Code & CLI
v1.9.2 shipped — sub-agent parallelism improvements
Claude Code 1.9.2 ships with better handling of parallel sub-agent calls. Previously, spawning more than 4 agents simultaneously could cause context bleed. Now isolated correctly up to 16 concurrent agents.
CLAUDE.md auto-detection now walks parent directories
CLAUDE.md lookup now walks up to the repo root (or git root), meaning monorepo setups can keep a single top-level CLAUDE.md and have it apply to all sub-packages automatically.
Developer Tools & Community
skills.sh passes 50k published skills
The community skills registry crossed 50,000 published skills this week. Top categories remain Git & DevOps, Testing, and Code Review. The registry now also surfaces install velocity to help surface newly popular skills.
Action Items
- →Update claude-code CLI to v1.9.2 if you run parallel sub-agents
- →Run TrustFall against your MCP server configs — npm i -g trustfall-mcp
- →Check your rate limit headers — Pro/Team limits were raised silently
All Resources
Sponsor
This Week in Claude
Reach 3,200 Claude Code builders every Monday morning. Sponsors get a dedicated section, logo placement, and a link in the resources list. First come, first served — slots fill 3 weeks out.
View sponsorship detailsIf you found this useful, subscribe to get the next issue.
Get the next issue