Skip to main content
Glama

XcodeBuildMCP

test_macos_proj

Execute tests for macOS projects using xcodebuild, parse xcresult output, and manage build configurations with XcodeBuildMCP server integration.

Instructions

Runs tests for a macOS project using xcodebuild test and parses xcresult output.

Input Schema

NameRequiredDescriptionDefault
configurationNoBuild configuration (Debug, Release, etc.)
derivedDataPathNoPath where build products and other derived data will go
extraArgsNoAdditional xcodebuild arguments
preferXcodebuildNoIf true, prefers xcodebuild over the experimental incremental build system
projectPathYesPath to the .xcodeproj file
schemeYesThe scheme to use

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "configuration": { "description": "Build configuration (Debug, Release, etc.)", "type": "string" }, "derivedDataPath": { "description": "Path where build products and other derived data will go", "type": "string" }, "extraArgs": { "description": "Additional xcodebuild arguments", "items": { "type": "string" }, "type": "array" }, "preferXcodebuild": { "description": "If true, prefers xcodebuild over the experimental incremental build system", "type": "boolean" }, "projectPath": { "description": "Path to the .xcodeproj file", "type": "string" }, "scheme": { "description": "The scheme to use", "type": "string" } }, "required": [ "projectPath", "scheme" ], "type": "object" }
Install Server

Other Tools from XcodeBuildMCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameroncooke/XcodeBuildMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server