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

Interface ListCommandOutput

src/ios.ts:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const IOS_TUNNEL_PORT = 60105;
10
11interface ListCommandOutput {
12 deviceList: string[];
13}
14
15interface VersionCommandOutput {
16 version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected