Skip to main content
Glama
models.py423 B
from __future__ import annotations from dataclasses import dataclass from typing import Dict @dataclass(slots=True) class Element: id: str type: str label: str bounds: Dict[str, int] visible: bool INTERACTIVE_TYPES = { "XCUIElementTypeButton", "XCUIElementTypeTextField", "XCUIElementTypeCell", "XCUIElementTypeSwitch", "XCUIElementTypeSlider", "XCUIElementTypeTextView", }

Latest Blog Posts

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/Lakr233/iphone-mcp'

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