Skip to content

Commit 761f449

Browse files
committed
docs: Canonicalize documentation URLs to getsentry org
Update Homebrew tap, GitHub URLs, and skill install URLs to getsentry across README, GETTING_STARTED, SKILLS, and MIGRATION_V2. Preserve compatibility note for existing cameroncooke tap users.
1 parent 2fdb3e8 commit 761f449

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
44

5-
[![CI](https://github.com/cameroncooke/XcodeBuildMCP/actions/workflows/ci.yml/badge.svg)](https://github.com/cameroncooke/XcodeBuildMCP/actions/workflows/ci.yml)
6-
[![npm version](https://badge.fury.io/js/xcodebuildmcp.svg)](https://badge.fury.io/js/xcodebuildmcp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Node.js](https://img.shields.io/badge/node->=18.x-brightgreen.svg)](https://nodejs.org/) [![Xcode 16](https://img.shields.io/badge/Xcode-16-blue.svg)](https://developer.apple.com/xcode/) [![macOS](https://img.shields.io/badge/platform-macOS-lightgrey.svg)](https://www.apple.com/macos/) [![MCP](https://img.shields.io/badge/MCP-Compatible-green.svg)](https://modelcontextprotocol.io/) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/cameroncooke/XcodeBuildMCP)
5+
[![CI](https://github.com/getsentry/XcodeBuildMCP/actions/workflows/ci.yml/badge.svg)](https://github.com/getsentry/XcodeBuildMCP/actions/workflows/ci.yml)
6+
[![npm version](https://badge.fury.io/js/xcodebuildmcp.svg)](https://badge.fury.io/js/xcodebuildmcp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Node.js](https://img.shields.io/badge/node->=18.x-brightgreen.svg)](https://nodejs.org/) [![Xcode 16](https://img.shields.io/badge/Xcode-16-blue.svg)](https://developer.apple.com/xcode/) [![macOS](https://img.shields.io/badge/platform-macOS-lightgrey.svg)](https://www.apple.com/macos/) [![MCP](https://img.shields.io/badge/MCP-Compatible-green.svg)](https://modelcontextprotocol.io/) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/getsentry/XcodeBuildMCP)
77

88
## Installation
99

@@ -12,7 +12,7 @@ XcodeBuildMCP ships as a single package with two modes: a **CLI** for direct ter
1212
### Option A — Homebrew
1313

1414
```bash
15-
brew tap cameroncooke/xcodebuildmcp
15+
brew tap getsentry/xcodebuildmcp
1616
brew install xcodebuildmcp
1717
```
1818

@@ -273,7 +273,7 @@ XcodeBuildMCP now includes two optional agent skills:
273273
To install, copy and paste the command below into a terminal and follow the on-screen instructions.
274274

275275
```bash
276-
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
276+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
277277
```
278278

279279
For further information on how to install the skill, see: [docs/SKILLS.md](docs/SKILLS.md)

docs/GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Both methods give you the CLI and the MCP server.
2323
### Option A — Homebrew (no Node.js required)
2424

2525
```bash
26-
brew tap cameroncooke/xcodebuildmcp
26+
brew tap getsentry/xcodebuildmcp
2727
brew install xcodebuildmcp
2828
```
2929

docs/MIGRATION_V2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ v2.0.0 introduces optional skill files that prime your coding agent with usage i
232232
Install via the interactive installer:
233233

234234
```bash
235-
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.0/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
235+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.0/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
236236
```
237237

238238
See [SKILLS.md](SKILLS.md) for more details.

docs/SKILLS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ XcodeBuildMCP now includes two optional agent skills:
1111
Install via the interactive installer and follow the on-screen instructions.
1212

1313
```bash
14-
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
14+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
1515
```
1616

1717
## Automated installation
@@ -21,27 +21,27 @@ Useful for CI/CD pipelines or for agentic installation. `--skill` should be set
2121
### Install (Claude Code)
2222

2323
```bash
24-
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --claude --remove-conflict --skill <mcp|cli>
24+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --claude --remove-conflict --skill <mcp|cli>
2525
```
2626

2727
### Install (Cursor)
2828

2929
```bash
30-
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --cursor --remove-conflict --skill <mcp|cli>
30+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --cursor --remove-conflict --skill <mcp|cli>
3131
```
3232

3333
### Install (Codex CLI)
3434

3535
```bash
36-
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --codex --remove-conflict --skill <mcp|cli>
36+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --codex --remove-conflict --skill <mcp|cli>
3737
```
3838

3939
### Install (Other Clients)
4040

4141
For other clients if you know the path to the skills directory you can pass the `--dest` flag.
4242

4343
```bash
44-
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --dest /path/to/skills --remove-conflict --skill <mcp|cli>
44+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --dest /path/to/skills --remove-conflict --skill <mcp|cli>
4545
```
4646

4747
## Unsupporting Clients

0 commit comments

Comments
 (0)