Use the Vercel Connect registry entry for the Kernel connector - #479
Open
dprevoznik wants to merge 1 commit into
Open
Use the Vercel Connect registry entry for the Kernel connector#479dprevoznik wants to merge 1 commit into
dprevoznik wants to merge 1 commit into
Conversation
`vercel connect create kernel` pre-fills the MCP URL, auth type, and branding, and yields a `kernel/<name>` UID. Update the setup commands and mount snippets, and note that pre-registry connectors keep working.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk assessment: Very Low
Verdict: Very Low risk — approved.
Evidence (from diff only)
- 1 file changed:
integrations/vercel/eve-extension.mdx(+10 / −6) - Documentation-only MDX updates to Vercel Connect setup commands and example
connectUIDs (mcp.onkernel.com/...→kernel/...), plus a backward-compatibility note for pre-registry connector UIDs - No runtime code, config, CI, auth, infrastructure, or schema changes
- No CODEOWNERS file requiring additional ownership review
- No prior approvals on this PR
Risk factors checked
| Factor | Assessment |
|---|---|
| Codepaths / blast radius | Docs page only; no production logic |
| Complexity | Trivial string/command updates in examples |
| Infra / security | None |
| User-facing surface | Developer docs copy/examples only |
Safe to approve under the Very Low criteria (documentation-only, small scoped diff, no shared systems or production behavior change).
Sent by Cursor Automation: Assign PR reviewers
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
Kernel is now an entry in Vercel's connector registry, so
vercel connect create kernelresolves the service from the registry instead of requiring the MCP server URL. Vercel pre-fills the MCP URL, auth type, and branding, and the connector gets akernel/<name>UID.What changed
In
integrations/vercel/eve-extension.mdx:vercel connect create kernel --name eve-extension/vercel connect attach kernel/eve-extension, with a sentence on what the registry entry fills in.kernel/eve-extension(setup, project layout, connection override).<Note>that connectors created before the registry entry keep their old UID and keep working.Matches the corresponding PRs on
kernel/eve-extensionandkernel/eve-connect-kernel.Note
Low Risk
Documentation-only changes to integration setup instructions; no runtime or security behavior changes in this repo.
Overview
Updates the Vercel Eve extension setup docs to use Kernel’s Vercel Connect registry entry instead of the legacy MCP hostname.
Connect setup now uses
vercel connect create kernel --name eve-extensionandvercel connect attach kernel/eve-extension, with a short explanation thatkernelpre-fills MCP URL, auth, and branding. All mount and override examples passconnect: "kernel/eve-extension"instead ofmcp.onkernel.com/eve-extension.A Note clarifies that connectors created before the registry entry keep their old UID (e.g.
mcp.onkernel.com/eve-extension) and remain valid.Reviewed by Cursor Bugbot for commit eccd756. Bugbot is set up for automated code reviews on this repo. Configure here.