open_sim
Launch the iOS Simulator app directly by enabling the tool, simplifying the process of testing iOS applications on the sl-test MCP server.
Instructions
Opens the iOS Simulator app.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enabled | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
}