Sync MCP managed auth options - #173
Open
masnwilliams wants to merge 3 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3595eeb. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
manage_auth_connectionsVerification
CLERK_SECRET_KEY=test-secret-key bun test(266 passing)bunx tsc --noEmit --incremental falsebun run check:managed-auth-appbun run buildwith local placeholder build-time OAuth/Clerk valuesbun run format:checkstill reports the pre-existing formatting mismatch inAGENTS.md; this PR does not modify that file.Note
Medium Risk
Touches managed-authentication dependencies and documents API/telemetry behavior for login flows; incorrect mapping could affect auth sessions or telemetry defaults.
Overview
Upgrades
@onkernel/sdkto ^0.97.0 and@onkernel/managed-auth-reactto 0.5.1 (with lockfile refresh) so the MCP server tracks the current Kernel managed-auth API and secure App stack.README now describes a broader
manage_auth_connectionssurface—update, timeline inspection, health-check / automatic re-auth settings, managed-auth browser configuration, and canonical interaction-bound submit flows—and clarifies that programmatic create, update, and login pass browser telemetry through the nestedbrowser.telemetryshape while keeping defaults when MCP omits those parameters.Reviewed by Cursor Bugbot for commit e8f2ad9. Bugbot is set up for automated code reviews on this repo. Configure here.