Skip to content

Commit bd20a22

Browse files
committed
Release v2.5.1
1 parent 7dcdf8c commit bd20a22

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.5.1]
4+
5+
### Fixed
6+
7+
- Fixed portable macOS/Homebrew installs missing structured output schemas, which prevented MCP clients from loading tools.
8+
39
## [2.5.0]
410

511
### Breaking
@@ -618,3 +624,4 @@ Please note that the UI automation features are an early preview and currently i
618624
## [v1.0.1] - 2025-04-02
619625
- Initial release of XcodeBuildMCP
620626
- Basic support for building iOS and macOS applications
627+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcodebuildmcp",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"mcpName": "com.xcodebuildmcp/XcodeBuildMCP",
55
"iOSTemplateVersion": "v1.0.8",
66
"macOSTemplateVersion": "v1.0.5",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"source": "github",
88
"id": "945551361"
99
},
10-
"version": "2.5.0",
10+
"version": "2.5.1",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "xcodebuildmcp",
16-
"version": "2.5.0",
16+
"version": "2.5.1",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)