Dreambase now supports the full MCP authorization spec across every integration in our Plugin Marketplace. Here is what that means technically and what you can build with it. The Auth Stack Dreambase implements the full MCP authorization standard across every marketplace integration. Connections use OAuth 2.1 with PKCE, meaning the authorization handshake is handled automatically between Dreambase and the remote MCP server without you ever managing credentials manually. Dynamic client registration lets new integrations configure themselves programmatically, so connecting a new source is a single browser-based OAuth flow. All remote MCP connections in Dreambase use Streamable HTTP transport, which replaced SSE as the standard for remote MCP servers. Each connection is scoped to exactly the permissions you grant, auditable, and revocable, no API keys stored anywhere in your stack.…