Skip to content

Commit f51f856

Browse files
authored
Update README.md
1 parent 8d37576 commit f51f856

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ A Model Context Protocol (MCP) server that provides Xcode-related tools for inte
1818
* [One-line setup with mise](#one-line-setup-with-mise)
1919
* [Configure MCP clients](#configure-mcp-clients)
2020
* [Enabling UI Automation (beta)](#enabling-ui-automation-beta)
21+
- [Incremental build support](#incremental-build-support)
2122
- [Troubleshooting](#troubleshooting)
2223
* [Diagnostic Tool](#diagnostic-tool)
2324
+ [Using with mise](#using-with-mise)
@@ -136,6 +137,11 @@ pip install fb-idb==1.1.7
136137
> [!NOTE]
137138
> Displaying images in tool responses and embedding them in chat context may not be supported by all MCP Clients; it's currently known to be supported in Cursor.
138139
140+
## Incremental build support
141+
142+
XcodeBuildMCP now includes experimental incremental build support in version 1.4.0-beta, dramatically reducing build times after the first full compile. This can significantly speed up your development workflow. Get started here:
143+
https://github.com/cameroncooke/XcodeBuildMCP/tree/1.4.0-beta?tab=readme-ov-file#incremental-build-support
144+
139145
## Troubleshooting
140146

141147
If you encounter issues with XcodeBuildMCP, the diagnostic tool can help identify the problem by providing detailed information about your environment and dependencies.

0 commit comments

Comments
 (0)