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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
# Changelog
2
2
3
-
## [Unreleased]
3
+
## [1.12.0] - 2025-08-17
4
4
### Added
5
-
-**Selective Workflow Loading**: New `XCODEBUILDMCP_ENABLED_WORKFLOWS` environment variable allows loading only specific workflow groups in static mode, reducing context window usage for clients that don't support MCP sampling
5
+
- Unify project/workspace and sim id/name tools into a single tools reducing the number of tools from 81 to 59, this helps reduce the client agent's context window size by 27%!
6
+
-**Selective Workflow Loading**: New `XCODEBUILDMCP_ENABLED_WORKFLOWS` environment variable allows loading only specific workflow groups in static mode, reducing context window usage for clients that don't support MCP sampling (Thanks to @codeman9 for their first contribution!)
7
+
- Rename `diagnosics` tool and cli to `doctor`
8
+
- Add Sentry instrumentation to track MCP usage statistics (can be disabled by setting `XCODEBUILDMCP_SENTRY_DISABLED=true`)
9
+
- Add support for MCP setLevel handler to allow clients to control the log level of the MCP server
6
10
7
11
## [v1.11.2] - 2025-08-08
8
12
- Fixed "registerTools is not a function" errors during package upgrades
@@ -86,7 +90,7 @@
86
90
87
91
## [v1.4.0-beta.3] - 2025-05-07
88
92
- Fixed issue where incremental builds would only work for "Debug" build configurations
89
-
-
93
+
-
90
94
## [v1.4.0-beta.2] - 2025-05-07
91
95
- Same as beta 1 but has the latest features from the main release channel
0 commit comments