Skip to content

Commit e6db185

Browse files
committed
fix: correct canonical tool count from 54 to 81 across documentation
- Update README.md: correct tool count in overview section - Update docs/TOOLS.md: fix opening description tool count - Update docs/ARCHITECTURE.md: correct canonical tool count and directory count from 13 to 15 - Align documentation with actual canonical tool implementation count
1 parent 02be99f commit e6db185

3 files changed

Lines changed: 5 additions & 5 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 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.
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 81 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export default {
313313

314314
## Plugin Organization
315315

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

318318
#### Build Tools (20 tools)
319319
- macOS builds (workspace/project)
@@ -370,7 +370,7 @@ Three levels of tool enablement:
370370

371371
1. **All Tools** (default)
372372
- No environment variables set
373-
- All 84 tools registered
373+
- All 81 canonical tools registered
374374

375375
2. **Group-Based**
376376
- `XCODEBUILDMCP_GROUP_*=true`
@@ -479,7 +479,7 @@ describe('Tool Name', () => {
479479

480480
- **Total Tests**: 407
481481
- **Test Files**: 26
482-
- **Coverage**: All 84 tools have comprehensive tests
482+
- **Coverage**: All 81 canonical tools have comprehensive tests
483483
- **Execution Time**: ~1 second for full suite
484484

485485
## Build and Deployment

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 54 tools available in XcodeBuildMCP, organized by functionality.
3+
This document provides a comprehensive list of all 81 tools available in XcodeBuildMCP, organized by functionality.
44

55
## MCP Resources
66

0 commit comments

Comments
 (0)