Tutorials MCP Auth Without DCR: Ship a CIMD Client Document
MCP 2026-07-28 deprecates DCR. Host a metadata document and let its URL be your client_id.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials MCP 2026-07-28 deprecates DCR. Host a metadata document and let its URL be your client_id.
Tutorials Build a Python agent that speaks A2A v1.0 outward and calls MCP tools inward.
Tutorials Gate agent tool calls on what happened before, not one request at a time.
Tutorials Build a Python gate that scans MCP tool descriptions for hidden injections and pins them by hash.
Tutorials Package your Agent Skills and MCP servers into one portable plugin that runs across six AI clients.
Tutorials Pause an MCP tool mid-call to confirm with the user, on the new stateless 2026-07-28 protocol.
Tutorials Run Mistral's 3B Shieldstral as a policy-adaptive moderation sidecar on one 16GB GPU.
Tutorials Use the new MCP Apps extension to return interactive widgets from a tool call, rendered in chat.
Tutorials Build an async MCP tool that returns a durable task handle and poll it to completion in Python.
Tutorials Load SKILL.md files into a Claude Agent SDK app with setting_sources and the skills option.
Tutorials Cut MCP agent context up to 99% by exposing tools as a code API the model calls in code.
Tutorials Port your MCP server to the stateless 2026-07-28 spec using the explicit-handle pattern.