Fetching from the wire…
Security2026-06-29 · source-backed
The defense-first MCP pattern from Christian Schneider treats every tool schema like a request from a stranger. A control point outside the client runs a five-stage validation pipeline. Stages 01 through 04 gate the discovery path, inspecting every schema before the model ever sees it, and stage 05 gates the invocation path, re-checking every call even after a clean discovery. This is the structural defense against tool-poisoning like CVE-2025-54136, where instructions hide inside tool descriptions. The non-obvious part is re-validating on each call, not just at registration. A server can return a clean schema and then behave differently when invoked. Never wire a third-party MCP server straight into Claude or Cursor.
Each link below shares sources, entities, or timing with this story.
This is the agent-security story of the week, and it needs no code to work. Noma Security disclosed GitLost (CVE-2026-44246) on July 6. An unauthenticated attacker posts a crafted issue on a public org repo. The AI agent (Claude or Copilot) triggers on issues.assigned, reads t...
Launched on Product Hunt September 4 at #9 for the day, it's a one-line-install observability layer tracking new versus returning clients, tool-call sequences, task completion rates, the exact points where workflows fail, and client latency and retry behavior, across Claude, C...
Ten days from spec to shipped client. That's fast even for this ecosystem. The MCP 2026-07-28 revision replaced the bidirectional stateful protocol with request/response. Every request now independently carries protocol version, client identity and capabilities. Cloudflare's t...
MCP has been escaping the IDE for a while. This is the moment it left for somewhere genuinely new. On June 17 at Unreal Fest Chicago, Epic shipped Unreal Engine 5.8 with an experimental MCP server embedded directly in the Editor process. Any MCP-compatible agent, Claude Code,...
A reference post separates the model as weights, the inference service as the hosted runner that meters your calls, the harness as the interaction layer where MCP, skills and tool routing live, and the agent system as all three (JoeJag). The load-bearing claim: MCP and skills...
If you run a production MCP server, you have a hard deadline. The 2026-07-28 spec removes the protocol-level session model entirely, and it's a breaking change. The MCP release candidate makes every request carry its own protocol version, client info, and capabilities (Model C...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.