Skip to content

Commit 6bd3f2e

Browse files
committed
Couple of notes
1 parent 9cc47dc commit 6bd3f2e

3 files changed

Lines changed: 12 additions & 21 deletions

File tree

mcp.mdx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ claude mcp add --transport http kernel https://mcp.onkernel.com/mcp
7676

7777
## Cursor
7878

79-
[Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=kernel&config=eyJ1cmwiOiJodHRwczovL21jcC5vbmtlcm5lbC5jb20vbWNwIn0%3D)
79+
Click [here](cursor://anysphere.cursor-deeplink/mcp/install?name=kernel&config=eyJ1cmwiOiJodHRwczovL21jcC5vbmtlcm5lbC5jb20vbWNwIn0%3D) to install Kernel on Cursor in one click.
8080

81-
#### Manual Setup
81+
### Manual Setup
8282

8383
1. Press **⌘/Ctrl Shift J** to open settings.
8484
2. Click **Tools & Integrations**.
@@ -99,9 +99,15 @@ claude mcp add --transport http kernel https://mcp.onkernel.com/mcp
9999

100100
## Goose
101101

102-
[Add to Goose](goose://extension?cmd=npx&arg=-y&arg=mcp-remote&arg=https%3A%2F%2Fmcp.onkernel.com%2Fmcp&timeout=300&id=kernel&name=Kernel&description=Access%20Kernel%27s%20cloud-based%20browsers%20via%20MCP)
102+
Click [here](goose://extension?cmd=npx&arg=-y&arg=mcp-remote&arg=https%3A%2F%2Fmcp.onkernel.com%2Fmcp&timeout=300&id=kernel&name=Kernel&description=Access%20Kernel%27s%20cloud-based%20browsers%20via%20MCP) to install Kernel on Goose in one click.
103103

104-
### Goose Desktop
104+
<Info>
105+
Note: Goose needs to be told to use a specific MCP server when prompting. For example: "Use the Kernel MCP server to read the docs"
106+
</Info>
107+
108+
109+
110+
### Manual Set-Up: Goose Desktop
105111

106112
1. Click `...` in the top right corner of the Goose Desktop.
107113
2. Select `Advanced Settings` from the menu.
@@ -115,7 +121,7 @@ claude mcp add --transport http kernel https://mcp.onkernel.com/mcp
115121
- **Timeout**: `300`
116122
5. Click `Add` button.
117123

118-
### Goose CLI
124+
### Manual Set-Up: Goose CLI
119125

120126
1. Run the following command:
121127
```bash

observability/replays.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ client.browsers.replays.stop(replay_id=replay2.replay_id, id=kernel_browser.sess
8282

8383
## Downloading all replays
8484

85-
To access all replays for a browser session, you can list and download them:
85+
To access all replays for a browser session, you can list and access them via url or as downloads:
8686

8787
<CodeGroup>
8888
```typescript Typescript/Javascript

observability/status.mdx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@ title: "Status"
33
---
44

55
Once you've [deployed](/launch/deploy) an app and invoked it, you can check its status.
6-
7-
<Info>
8-
The API is available, and the CLI command is coming soon.
9-
</Info>
10-
11-
```bash
12-
kernel invocation info <invocation_id>
13-
```
14-
```bash
15-
App Invocation:
16-
Invocation ID: 026d6dad-7a9d-4622-9c5a-a02ec6825889
17-
Status: RUNNING # One of [QUEUED, RUNNING, SUCCEEDED, FAILED]
18-
```
19-
20-
You can also access the invocation's info by making a `GET` request to Kernel's API:
216
<CodeGroup>
227

238
```typescript Typescript/Javascript

0 commit comments

Comments
 (0)