Skip to content

Commit 02be99f

Browse files
committed
fix: correct tool count to 54 canonical tools (consumer-facing)
- Update README.md: 105+ tools -> 54 tools (canonical tools only) - Update TOOLS.md: 105+ tools -> 54 tools (what consumers actually see) - Update ARCHITECTURE.md: 105+ tools -> 54 canonical tools across 13 directories - Consumer documentation should reflect canonical tools, not internal re-exports - 54 canonical tools are what users interact with via MCP clients
1 parent f5711ce commit 02be99f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A Model Context Protocol (MCP) server that provides Xcode-related tools for inte
4242

4343
## Overview
4444

45-
XcodeBuildMCP is a Model Context Protocol (MCP) server that exposes Xcode operations as tools and resources for AI assistants and other MCP clients. Built with a modern plugin architecture, it provides 105+ self-contained tools organized into workflow-based directories, plus MCP resources for efficient data access, enabling programmatic interaction with Xcode projects, simulators, devices, and Swift packages through a standardized interface.
45+
XcodeBuildMCP is a Model Context Protocol (MCP) server that exposes Xcode operations as tools and resources for AI assistants and other MCP clients. Built with a modern plugin architecture, it provides 54 self-contained tools organized into workflow-based directories, plus MCP resources for efficient data access, enabling programmatic interaction with Xcode projects, simulators, devices, and Swift packages through a standardized interface.
4646

4747
![xcodebuildmcp2](https://github.com/user-attachments/assets/8961d5db-f7ed-4e60-bbb8-48bfd0bc1353)
4848
<caption>Using Cursor to build, install, and launch an app on the iOS simulator while capturing logs at run-time.</caption>

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export default {
313313

314314
## Plugin Organization
315315

316-
### Plugin Categories (105+ tools total across 15 workflow directories)
316+
### Plugin Categories (54 canonical tools across 13 directories)
317317

318318
#### Build Tools (20 tools)
319319
- macOS builds (workspace/project)

docs/TOOLS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XcodeBuildMCP Tools Reference
22

3-
This document provides a comprehensive list of all 105+ tools available in XcodeBuildMCP, organized by functionality.
3+
This document provides a comprehensive list of all 54 tools available in XcodeBuildMCP, organized by functionality.
44

55
## MCP Resources
66

0 commit comments

Comments
 (0)