Skip to main content
Glama
DeviceSession.ts523 B
export interface DeviceSession { /** Unique session identifier */ sessionId: string; /** Device ID for this session */ deviceId: string; /** ADB port for Android devices (if applicable) */ adbPort?: number; /** Platform type */ platform: "android" | "ios"; /** Device source/provider */ source: "local" | "device_farm" | "physical"; /** Session start time */ startTime: Date; /** Additional session metadata */ metadata?: { [key: string]: any; }; }

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/zillow/auto-mobile'

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