Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-projects | Find all Xcode projects (.xcodeproj) in a directory. Searches recursively up to 5 levels deep, excluding common build directories. |
| read-project | Read and parse an Xcode project file (.xcodeproj). Returns project structure including targets, build configurations, and source files. |
| list-targets | List all build targets in an Xcode project with their product types (app, framework, test, etc.) |
| list-schemes | List all schemes available in an Xcode project (both shared and user schemes) |
| build | Build an Xcode project using xcodebuild. Can specify target, scheme, configuration, and destination. |
| xcodebuild-info | Get xcodebuild version and available SDKs information |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |