Skip to main content
Glama

iOS Automation MCP Server

__init__.py•553 B
""" iOS automation services. This package contains the core automation services for iOS platform: - AppiumClient: Handles Appium automation connections and script execution - ScreenshotService: Manages iOS simulator screenshot capture - SimulatorManager: Manages iOS simulator and application lifecycle """ from .appium_client import AppiumClient from .screenshot_service import ScreenshotService from .simulator_manager import SimulatorManager __version__ = "2.0.0" __all__ = [ "AppiumClient", "ScreenshotService", "SimulatorManager" ]

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/iHackSubhodip/mcp-server-demo'

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