Skip to content

Commit a01d448

Browse files
committed
Add Why
1 parent 90b82ee commit a01d448

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ A Model Context Protocol (MCP) server that provides Xcode-related tools for inte
66

77
This project implements an MCP server that exposes Xcode operations as tools that can be invoked by MCP clients. It allows AI assistants or other tools to interact with Xcode projects programmatically through a standardised interface.
88

9+
## Why?
10+
11+
The XcodeBuild MCP tool exists to streamline and standardise the interaction between AI assistants and Xcode projects. By providing a set of dedicated tools that expose common Xcode operations, it eliminates the reliance on potentially outdated or incorrect command-line invocations.
12+
13+
This ensures a more reliable and efficient development process, enabling MCP clients to leverage the full capabilities of Xcode seamlessly and without the risk of configuration errors.
14+
15+
916
## Features
1017

1118
The XcodeBuildMCP server provides the following tools:

0 commit comments

Comments
 (0)