Skip to content

docs: add Autohand Code MCP setup#471

Closed
igorcosta wants to merge 2 commits into
getsentry:mainfrom
igorcosta:agent/add-autohand-code-mcp
Closed

docs: add Autohand Code MCP setup#471
igorcosta wants to merge 2 commits into
getsentry:mainfrom
igorcosta:agent/add-autohand-code-mcp

Conversation

@igorcosta

Copy link
Copy Markdown

What changed

Adds Autohand Code to the README's MCP client setup, using XcodeBuildMCP's documented on-demand command: npx -y xcodebuildmcp@latest mcp.

The note also includes the project-scoped option and links to the current Autohand Code CLI documentation.

Verification

  • Checked the command against the current Autohand Code MCP CLI
  • Ran git diff --check

This is a documentation-only change.

@igorcosta igorcosta force-pushed the agent/add-autohand-code-mcp branch from 9b24828 to 08860cf Compare July 10, 2026 15:58
@igorcosta igorcosta marked this pull request as ready for review July 11, 2026 10:01
Comment thread README.md

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.

## Requirements

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The README.md documents an invalid --scope project flag for the autohand mcp add command, which will cause the setup instructions to fail.
Severity: MEDIUM

Suggested Fix

Verify the correct command and flags for adding a project-scoped MCP server with the autohand CLI. Update the README.md to reflect the correct syntax, which may involve using a different flag like --transport http or a different command structure entirely. Remove the reference to the unsupported --scope project flag.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.

Location: README.md#L42

Potential issue: The documentation in `README.md` instructs users to add a `--scope
project` flag to the `autohand mcp add` command to keep server configuration within the
current project. However, this flag appears to be invalid according to the `autohand`
CLI's documentation. Users following these instructions will encounter a command-line
error, preventing them from successfully setting up the tool as described. This makes
the provided setup instructions incorrect and unusable.

Did we get this right? 👍 / 👎 to inform future reviews.

@cameroncooke

cameroncooke commented Jul 11, 2026

Copy link
Copy Markdown
Collaborator

@igorcosta thanks for this, please can you add the client install instructions to the official docs site, the README.md deliberately doesn't given examples for common clients otherwise it would be too long. https://github.com/getsentry/xcodebuildmcp.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants