Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
IOS_SIMULATOR_MCP_FILTERED_TOOLS | No | A comma-separated list of tool names to filter out from being registered. For example: screenshot,record_video,stop_recording |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_booted_sim_id | Get the ID of the currently booted iOS simulator |
ui_describe_all | Describes accessibility information for the entire screen in the iOS Simulator |
ui_tap | Tap on the screen in the iOS Simulator |
ui_type | Input text into the iOS Simulator |
ui_swipe | Swipe on the screen in the iOS Simulator |
ui_describe_point | Returns the accessibility element at given co-ordinates on the iOS Simulator's screen |