Skip to content

Commit f0ebe65

Browse files
committed
Update manifests
1 parent 442796b commit f0ebe65

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/TOOLS-CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ XcodeBuildMCP provides 73 canonical tools organized into 13 workflow groups.
189189

190190
---
191191

192-
*This documentation is automatically generated by `scripts/update-tools-docs.ts` from the tools manifest. Last updated: 2026-02-16T22:19:28.295Z UTC*
192+
*This documentation is automatically generated by `scripts/update-tools-docs.ts` from the tools manifest. Last updated: 2026-02-17T14:53:05.834Z UTC*

docs/TOOLS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ This document lists MCP tool names as exposed to MCP clients. XcodeBuildMCP prov
204204

205205
---
206206

207-
*This documentation is automatically generated by `scripts/update-tools-docs.ts` from the tools manifest. Last updated: 2026-02-16T22:19:28.295Z UTC*
207+
*This documentation is automatically generated by `scripts/update-tools-docs.ts` from the tools manifest. Last updated: 2026-02-17T14:53:05.834Z UTC*

manifests/tools/scaffold_ios_project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ annotations:
1010
title: Scaffold iOS Project
1111
destructiveHint: true
1212
nextSteps:
13-
- label: Read the generated README in the workspace root before working on the project
13+
- label: "Important: Before working on the project make sure to read the README.md file in the workspace root directory."
1414
- label: Build for simulator
1515
toolId: build_sim
1616
priority: 1

manifests/tools/scaffold_macos_project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ annotations:
1010
title: Scaffold macOS Project
1111
destructiveHint: true
1212
nextSteps:
13-
- label: Read the generated README in the workspace root before working on the project
13+
- label: "Important: Before working on the project make sure to read the README.md file in the workspace root directory."
1414
- label: Build for macOS
1515
toolId: build_macos
1616
priority: 1
17-
- label: Build and run on macOS
17+
- label: Build & Run on macOS
1818
toolId: build_run_macos
1919
priority: 2

0 commit comments

Comments
 (0)