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",