From d41e2766698f47a99a8cfc61eab9de67eda7358c Mon Sep 17 00:00:00 2001 From: Igor Costa Date: Sat, 11 Jul 2026 04:58:23 +1200 Subject: [PATCH] docs: add Autohand Code MCP setup --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 90b7a10..94e3c79 100644 --- a/README.md +++ b/README.md @@ -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