iOS Debugger Agent Overview Use XcodeBuildMCP to build and run the current project scheme on a booted iOS simulator, interact with the UI, and capture logs. Prefer the MCP tools for simulator control, logs, and view inspection. Core Workflow Follow this sequence unless the user asks for a narrower action. 1) Discover the booted simulator - Call and select the simulator with state . - If none are booted, ask the user to boot one (do not boot automatically unless asked). 2) Set session defaults - Call with: - or (whichever the repo uses) - for the current app - from the booted device - Optional…