You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
1
# Changelog
2
2
3
+
## [2.0.6]
4
+
5
+
### Changed
6
+
7
+
- XcodeBuildMCP has moved to the [getsentry](https://github.com/getsentry) GitHub organization. Homebrew users should switch to the new tap: `brew untap cameroncooke/xcodebuildmcp && brew tap getsentry/xcodebuildmcp`. npm and npx users are unaffected.
8
+
3
9
## [2.0.5] - 2026-02-10
4
10
5
11
### Added
6
12
7
-
- Homebrew installation (`brew tap cameroncooke/xcodebuildmcp && brew install xcodebuildmcp`) — installs a self-contained binary with no Node.js dependency.
13
+
- Homebrew installation (`brew tap getsentry/xcodebuildmcp && brew install xcodebuildmcp`) — installs a self-contained binary with no Node.js dependency.
8
14
9
15
### Removed
10
16
@@ -267,3 +273,4 @@ Please note that the UI automation features are an early preview and currently i
267
273
- Initial release of XcodeBuildMCP
268
274
- Basic support for building iOS and macOS applications
0 commit comments