NewAnvil Skills
← Back to all essays

MCP

Model Context Protocol servers end to end: transports, auth flows, and the parts of the spec that bite in production.

2 essays

  1. /012 minMCP

    The MCP OAuth Flow, Drawn: The Broker Pattern in One Diagram (2026)

    An MCP server fronting GitHub runs two OAuth relationships, not one, and the client never holds your GitHub or Google token. The broker pattern in a single diagram, plus the wiring underneath it.

  2. /027 minMCP

    MCP Server Authentication in FastMCP: The End-to-End Version (2026)

    OAuth on an MCP server is two jobs, not one. Token verification is passive, remote OAuth is active, and picking wrong means Claude Desktop won't connect. The FastMCP wiring, end to end.