Skip to content

Commit f996fb2

Browse files
committed
Release v2.3.1
1 parent 8db787c commit f996fb2

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

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.3.1]
4+
5+
### Fixed
6+
7+
- Fixed unnecessary tool confirmation prompts in MCP clients (such as Codex) that treat missing approval annotations as high-risk defaults ([#297](https://github.com/getsentry/XcodeBuildMCP/pull/297)).
8+
39
## [2.3.0]
410

511
### Added
@@ -415,3 +421,4 @@ Please note that the UI automation features are an early preview and currently i
415421
- Initial release of XcodeBuildMCP
416422
- Basic support for building iOS and macOS applications
417423

424+

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.3.0",
3+
"version": "2.3.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.3.0",
10+
"version": "2.3.1",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "xcodebuildmcp",
16-
"version": "2.3.0",
16+
"version": "2.3.1",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)