MCPcopy
hub / github.com/mobile-next/mobile-mcp / InstalledAppsResponse

Interface InstalledAppsResponse

src/mobile-device.ts:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Button, InstalledApp, Orientation, Robot, ScreenElement, ScreenSize, SwipeDirection } from "./robot";
3
4interface InstalledAppsResponse {
5 status: "ok",
6 data: Array<{
7 packageName: string;
8 appName?: string; // ios
9 version?: string; // ios
10 }>;
11}
12
13interface DeviceInfoResponse {
14 status: "ok",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected