Skip to main content
Glama

MCP Server for iOS Simulator

terminate-app

Forcefully close a specific app on an iOS simulator by providing the session ID and bundle ID, ensuring clean app termination for testing or debugging purposes.

Input Schema

NameRequiredDescriptionDefault
bundleIdYes
sessionIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bundleId": { "type": "string" }, "sessionId": { "type": "string" } }, "required": [ "sessionId", "bundleId" ], "type": "object" }
Install Server

Other Tools from MCP Server for iOS Simulator

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/atom2ueki/mcp-server-ios-simulator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server