xcode_list
List all available Xcode schemes, targets, and build configurations for a project. Specify a project path to retrieve compile targets without running in a default directory.
Instructions
List available schemes, targets, and configurations in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | When omitted, xcodebuild runs in the MCP server process's working directory (usually not the project directory); passing projectPath explicitly is recommended | |
| timeoutSeconds | No | Command timeout in seconds (default: 120) |