MCP Server
MCP
io.github.valewnrt/testa
Drive the iOS Simulator from an agent: read the screen, tap/type/swipe, replay flows in CI.
Install
npx -y @valewnrt/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@valewnrt/testa-mcp",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Set to 1 to expose all 40 tools instead of the 13-tool token-lean default.",
"default": "0",
"name": "TESTA_MCP_FULL"
},
{
"description": "Target a specific simulator UDID instead of the booted one.",
"name": "TESTA_UDID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment