File tree Expand file tree Collapse file tree 6 files changed +23
-12
lines changed
Expand file tree Collapse file tree 6 files changed +23
-12
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.1]
4+
5+ ### Added
6+
7+ - Homebrew installation (` brew tap cameroncooke/xcodebuildmcp && brew install xcodebuildmcp ` ) — installs a self-contained binary with no Node.js dependency.
8+
9+ ### Removed
10+
11+ - Smithery distribution channel.
12+
313## [ 2.0.0]
414
515### New! CLI
@@ -256,3 +266,4 @@ Please note that the UI automation features are an early preview and currently i
256266# # [v1.0.1] - 2025-04-02
257267- Initial release of XcodeBuildMCP
258268- Basic support for building iOS and macOS applications
269+
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ xcodebuildmcp --help
4747}
4848```
4949
50- To pin a specific version, replace ` @latest ` with an exact version (e.g. ` xcodebuildmcp@2.0.0 ` ).
50+ To pin a specific version, replace ` @latest ` with an exact version (e.g. ` xcodebuildmcp@latest ` ).
5151
5252### Client-specific setup
5353
@@ -273,7 +273,7 @@ XcodeBuildMCP now includes two optional agent skills:
273273To 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.0 /scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
276+ curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.1 /scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
277277```
278278
279279For further information on how to install the skill, see: [ docs/SKILLS.md] ( docs/SKILLS.md )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ XcodeBuildMCP now includes two optional agent skills:
1111Install via the interactive installer and follow the on-screen instructions.
1212
1313``` bash
14- curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.0 /scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
14+ curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.1 /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.0 /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/cameroncooke/XcodeBuildMCP/v2.0.1 /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.0 /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/cameroncooke/XcodeBuildMCP/v2.0.1 /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.0 /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/cameroncooke/XcodeBuildMCP/v2.0.1 /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
4141For 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.0 /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/cameroncooke/XcodeBuildMCP/v2.0.1 /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
Original file line number Diff line number Diff line change 11{
22 "name" : " xcodebuildmcp" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "mcpName" : " com.xcodebuildmcp/XcodeBuildMCP" ,
55 "iOSTemplateVersion" : " v1.0.8" ,
66 "macOSTemplateVersion" : " v1.0.5" ,
Original file line number Diff line number Diff line change 77 "source" : " github" ,
88 "id" : " 945551361"
99 },
10- "version" : " 2.0.0 " ,
10+ "version" : " 2.0.1 " ,
1111 "packages" : [
1212 {
1313 "registryType" : " npm" ,
1414 "registryBaseUrl" : " https://registry.npmjs.org" ,
1515 "identifier" : " xcodebuildmcp" ,
16- "version" : " 2.0.0 " ,
16+ "version" : " 2.0.1 " ,
1717 "transport" : {
1818 "type" : " stdio"
1919 },
You can’t perform that action at this time.
0 commit comments