shutdown-simulator-by-udid
Shutdown an iOS simulator by its unique device identifier (UDID) using a programmatic interface provided by the MCP Server for iOS Simulator.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
udid | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"udid": {
"type": "string"
}
},
"required": [
"udid"
],
"type": "object"
}