We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobile-dev-inc/Maestro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•477 B
# iOS Device Config
A wrapper around `simctl` and XCTest to communicate with iOS devices.
## Prerequisites
### Xcode
Install the latest Xcode (Command Line Tools are not enough, install the full IDE).
### IntelliJ setup
If you are working with this subproject, update your IntelliJ config (Help -> Edit Custom Properties) by including the following lines:
```
# Needed for working with idb.proto definition
idea.max.intellisense.filesize=4000
```
Then restart the IDE.