Xcode MCP Server

run_tests

Run tests for the current Xcode project

Input Schema

NameRequiredDescriptionDefault
testPlanNoName of the test plan to run

Input Schema (JSON Schema)

{ "properties": { "testPlan": { "description": "Name of the test plan to run", "type": "string" } }, "type": "object" }