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

Method remoteAllocate

src/mobilecli.ts:144–146  ·  view source on GitHub ↗
(platform: "ios" | "android")

Source from the content-addressed store, hash-verified

142 }
143
144 remoteAllocate(platform: "ios" | "android"): string {
145 return this.executeCommand(["remote", "allocate", "--platform", platform]);
146 }
147
148 remoteRelease(deviceId: string): string {
149 return this.executeCommand(["remote", "release", "--device", deviceId]);

Callers 1

createMcpServerFunction · 0.95

Calls 1

executeCommandMethod · 0.95

Tested by

no test coverage detected