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

Method remoteListDevices

src/mobilecli.ts:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 remoteListDevices(): string {
141 return this.executeCommand(["remote", "list-devices"]);
142 }
143
144 remoteAllocate(platform: "ios" | "android"): string {
145 return this.executeCommand(["remote", "allocate", "--platform", platform]);

Callers 1

createMcpServerFunction · 0.95

Calls 1

executeCommandMethod · 0.95

Tested by

no test coverage detected