Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ If your client supports SHTTP:
}
```

[Autohand Code](https://github.com/autohandai/code-cli/) users can register the hosted endpoint from the CLI:

```bash
autohand mcp add --transport http browserbase https://mcp.browserbase.com/mcp
```

Add `--scope project` to keep the registration in the current workspace.

If your client doesn't support SHTTP:

```json
Expand Down