Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
const
IOS_TUNNEL_PORT = 60105;
10
11
interface
ListCommandOutput {
12
deviceList: string[];
13
}
14
15
interface
VersionCommandOutput {
16
version: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected