From aa197b3d4973576b9b3e28e9c7f403baab103d34 Mon Sep 17 00:00:00 2001 From: Igor Costa Date: Sat, 11 Jul 2026 04:29:07 +1200 Subject: [PATCH] docs: add Autohand Code MCP setup --- Server/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Server/README.md b/Server/README.md index b0a929787..fff1c81d0 100644 --- a/Server/README.md +++ b/Server/README.md @@ -60,6 +60,14 @@ uvx --from mcpforunityserver mcp-for-unity --transport http --http-url http://lo } ``` +**Autohand Code (stdio):** + +```bash +autohand mcp add UnityMCP uvx --from mcpforunityserver mcp-for-unity --transport stdio +``` + +Add `--scope project` after `add` to keep the server configuration in the current project. See [Autohand Code](https://github.com/autohandai/code-cli/) for current installation and CLI details. + ### Option 2: From GitHub Source Use this to run the latest released version from the repository. Change the version to `main` to run the latest unreleased changes from the repository.