From 2941b8710d76cc40baad04814090fc797698e03f Mon Sep 17 00:00:00 2001 From: dprevoznik <58714078+dprevoznik@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:13:01 +0000 Subject: [PATCH] Link the Connect browse page in the connector setup step Trim the setup note back to the dashboard alternative plus the UID check, and point Browse all at the Connect browse page with the lookup and connection-method choice spelled out. --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1328ffa..11ac4d9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ vercel connect create kernel --name kernel-mcp --connection-method mcp vercel connect attach kernel/kernel-mcp ``` -`kernel` is Kernel's entry in Vercel's connector registry, so Vercel fills in the MCP URL and branding and opens your browser for the authorization step. `--connection-method mcp` is the part that matters: the registry entry also offers `api-key`, and only `mcp` gives you the per-user OAuth this extension expects. Omit the flag and the CLI prompts you to choose. (Or add it from the dashboard → Connectors → "Browse all" → Kernel.) Confirm the UID with `vercel connect list`. +You can also add it from the Vercel dashboard under [**Connectors → Browse all**](https://vercel.com/onkernel/~/connect/browse): look up "Kernel" and choose **MCP**. Confirm the UID with `vercel connect list`. **3. Mount the extension** — one line, passing the connector UID: diff --git a/package-lock.json b/package-lock.json index 5572bcf..ed612ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@onkernel/eve-extension", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@onkernel/eve-extension", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "@vercel/connect": "^0.4.0", diff --git a/package.json b/package.json index 3fb97a1..4309568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onkernel/eve-extension", - "version": "0.1.4", + "version": "0.1.5", "description": "Kernel cloud browser extension for Vercel eve agents — mount one line and get session management, Playwright execution, and human-like computer controls as kernel__* tools.", "type": "module", "license": "MIT",