MCP Server Authentication & OAuth Dynamic Client Registration Implement flexible authentication for MCP (Model Context Protocol) server connections. For OAuth providers, auto-discover endpoints and dynamically register as a client — the user just provides the MCP server URL and clicks "Connect." For bearer/API key providers, support both admin-shared and per-agent credentials so different agents can authenticate with different accounts. When to Use - Building an admin UI for managing MCP server connections - Integrating with third-party MCP providers (Linear, Sentry, Granola, Render, etc.) -…