cwdstring
Project directory to run. Defaults to the MCP process cwd.
projectNamestring
Project name for Axint session and report labels.
expectedVersionstring
Expected Axint package version for the run session.
platformenum
Target Apple platform. Defaults to macOS unless inferred from destination.
agentenum
Current agent host lane.
schemestring
Xcode scheme. If omitted, Axint tries to infer one.
workspacestring
Path to .xcworkspace, relative to cwd or absolute.
projectstring
Path to .xcodeproj, relative to cwd or absolute.
destinationstring
xcodebuild destination, e.g. platform=macOS or platform=iOS.
configurationstring
Xcode build configuration, e.g. Debug or Release.
derivedDataPathstring
Optional xcodebuild -derivedDataPath.
testPlanstring
Optional xcodebuild -testPlan for test runs.
onlyTestingstring[]
Optional focused xcodebuild -only-testing selectors, e.g.
modifiedFilesstring[]
Changed Swift files to validate and Cloud Check.
skipBuildboolean
Skip xcodebuild build and only run Axint static gates.
skipTestsboolean
Skip xcodebuild test.
runtimeboolean
After build, launch the built macOS .app and capture runtime/timeout evidence.
runtimeTimeoutSecondsnumber
Runtime launch timeout in seconds.
timeoutSecondsnumber
Build/test timeout in seconds.
expectedBehaviorstring
Expected runtime behavior for semantic bug checks.
actualBehaviorstring
Actual runtime behavior for semantic bug checks.
runtimeFailurestring
Crash, freeze, hang, launch timeout, or UI failure evidence.
integrationenum
Execution profile. minimal denies network/project mutation, disables automatic.
localOnlyboolean
Deny hosted/network checks for this run.
advisoryboolean
Keep unconfirmed static findings non-blocking while preserving them in the.
fixboolean
Allow automatic fix behavior. Forced false by minimal mode.
outputDirstring
Explicit artifact directory.
dryRunboolean
Plan xcodebuild commands without executing them.
writeReportboolean
Whether to write .axint/run/latest.json and latest.md. Defaults to true.
backgroundboolean
Start the run and immediately return a resumable job id instead of waiting for.
includeSourceboolean
Include full Swift source and full command output in json output.
formatenum
Output format. markdown returns the run report, json returns structured data.