From d74e2ca3c1d2f2a876aaa311a394fae23ad16512 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 12 Feb 2026 16:58:59 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- docs/ai/ios/ios-mcp.md | 6 ++---- docs/ai/ios/ios-xcodebuildmcp-vscode.md | 17 ----------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/docs/ai/ios/ios-mcp.md b/docs/ai/ios/ios-mcp.md index 8b729e8..560cc32 100644 --- a/docs/ai/ios/ios-mcp.md +++ b/docs/ai/ios/ios-mcp.md @@ -20,11 +20,9 @@ There are two main ways to use MCP with iOS projects: - Best for seamless integration and live previews - [Setup & details](ios-xcodebuildmcp-xcode.md) + ### 2. XcodeBuildMCP (External Tool) -- Open-source bridge for Xcode used with other tools like VS Code. -- More configuration and CI/CD options -- Best for advanced automation or older Xcode setups -- [Setup & details](ios-xcodebuildmcp-vscode.md) +- For details and setup, see [XcodeBuildMCP for iOS in VS Code](ios-xcodebuildmcp-vscode.md). ## When to Use Which? - Use Xcode Native MCP for the simplest, most integrated experience (especially for new projects or live previews) diff --git a/docs/ai/ios/ios-xcodebuildmcp-vscode.md b/docs/ai/ios/ios-xcodebuildmcp-vscode.md index e274683..f3f3309 100644 --- a/docs/ai/ios/ios-xcodebuildmcp-vscode.md +++ b/docs/ai/ios/ios-xcodebuildmcp-vscode.md @@ -62,23 +62,6 @@ brew install xcodebuildmcp - The repo should include `.xcodebuildmcp/config.yaml`. Make sure it points to the correct workspace, scheme, and simulator. - [What is config.yaml? See reference and sample.](xcodebuildmcp-config.yaml.md) -Example (Toyota): - -```yaml -schemaVersion: 1 -sessionDefaults: - workspacePath: ./OneApp.xcworkspace - scheme: ToyotaOneApp - configuration: Debug - simulatorName: iPhone 17 Pro Max - simulatorId: - useLatestOS: true -``` - -Notes: -- Use either `simulatorName` or `simulatorId`. If both are set, `simulatorId` takes precedence. -- The simulator must be installed and booted before running build/run. - ### 3. Configure MCP in VS Code - Ensure `.vscode/mcp.json` exists: