Skip to main content
Glama
models.py359 B
from __future__ import annotations from dataclasses import dataclass from typing import Optional @dataclass(slots=True) class DeviceInfo: model: str ios_version: str battery_level: Optional[int] device_name: str udid: str @dataclass(slots=True) class AppInfo: bundle_id: str name: str version: str is_system_app: bool

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