take_xcode_screenshot
Capture a screenshot of the Xcode window for the specified project and return the file path.
Instructions
Take a screenshot of the Xcode window for the specified project.
Args: project_path: Path to an Xcode project/workspace directory.
Returns: The file path to the saved screenshot.
Raises: XCodeMCPError: If Xcode window is not found or screenshot fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |