You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rebrand oauth/cli auth UI to match new kernel.sh branding
- Replace color palette with Kernel brand colors (kernel green #81b300,
charcoal #212225, beige #f2f0e7, grey scale)
- Switch fonts from Commit Mono to Inter (sans) + IBM Plex Mono (mono)
- Replace old purple abstract favicon with Kernel green "krnl." lettermark
- Replace KernelIcon PNG with inline SVG using the new brand mark
- Add KernelWordmark component for the full "kernel." wordmark
- Update Clerk theme to match brand colors (green primary, charcoal bg)
- Restyle select-org page: cleaner layout, brand wordmark header,
lowercase text, green accent buttons
- Remove old bg-overlay.png background decoration
- Add Inter + IBM Plex Mono via next/font/google
description: 'A Model Context Protocol (MCP) server that provides AI assistants with secure access to Kernel platform tools and browser automation capabilities.',
23
+
title: 'Kernel',
24
+
description: 'Authorize access to Kernel platform tools and browser automation capabilities.',
10
25
keywords: [
11
-
'MCP',
12
-
'Model Context Protocol',
13
26
'Kernel',
27
+
'MCP',
14
28
'browser automation',
15
29
'AI assistants',
16
-
'cloud deployment',
17
-
'web automation',
18
-
'Chromium',
19
-
'headless browser'
30
+
'OAuth',
20
31
],
21
32
}
22
33
@@ -29,10 +40,34 @@ export default function RootLayout({
0 commit comments