| cwd | No | Project directory to run. Defaults to the MCP process cwd. | |
| fix | No | Allow automatic fix behavior. Forced false by minimal mode. | |
| agent | No | Current agent host lane. | |
| dryRun | No | Plan xcodebuild commands without executing them. | |
| format | No | Output format. markdown returns the run report, json returns structured data. | |
| scheme | No | Xcode scheme. If omitted, Axint tries to infer one. | |
| project | No | Path to .xcodeproj, relative to cwd or absolute. | |
| runtime | No | After build, launch the built macOS .app and capture runtime/timeout evidence. | |
| advisory | No | Keep unconfirmed static findings non-blocking while preserving them in the. | |
| platform | No | Target Apple platform. Defaults to macOS unless inferred from destination. | |
| testPlan | No | Optional xcodebuild -testPlan for test runs. | |
| localOnly | No | Deny hosted/network checks for this run. | |
| outputDir | No | Explicit artifact directory. | |
| skipBuild | No | Skip xcodebuild build and only run Axint static gates. | |
| skipTests | No | Skip xcodebuild test. | |
| workspace | No | Path to .xcworkspace, relative to cwd or absolute. | |
| background | No | Start the run and immediately return a resumable job id instead of waiting for. | |
| destination | No | xcodebuild destination, e.g. platform=macOS or platform=iOS. | |
| integration | No | Execution profile. minimal denies network/project mutation, disables automatic. | |
| onlyTesting | No | Optional focused xcodebuild -only-testing selectors, e.g. | |
| projectName | No | Project name for Axint session and report labels. | |
| writeReport | No | Whether to write .axint/run/latest.json and latest.md. Defaults to true. | |
| configuration | No | Xcode build configuration, e.g. Debug or Release. | |
| includeSource | No | Include full Swift source and full command output in json output. | |
| modifiedFiles | No | Changed Swift files to validate and Cloud Check. | |
| actualBehavior | No | Actual runtime behavior for semantic bug checks. | |
| runtimeFailure | No | Crash, freeze, hang, launch timeout, or UI failure evidence. | |
| timeoutSeconds | No | Build/test timeout in seconds. | |
| derivedDataPath | No | Optional xcodebuild -derivedDataPath. | |
| expectedVersion | No | Expected Axint package version for the run session. | |
| expectedBehavior | No | Expected runtime behavior for semantic bug checks. | |
| runtimeTimeoutSeconds | No | Runtime launch timeout in seconds. | |