You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Start recording the screen of a mobile device. The recording runs in the background until stopped with mobile_stop_screen_recording. Returns the path where the recording will be saved.",
695
702
{
696
703
device: z.string().describe("The device identifier to use. Use mobile_list_available_devices to find which devices are available to you."),
697
-
output: z.string().optional().describe("The file path to save the recording to. If not provided, a temporary path will be used."),
704
+
output: z.string().optional().describe("The file path to save the recording to. Filename must end with .mp4. If not provided, a temporary path will be used."),
698
705
timeLimit: z.coerce.number().optional().describe("Maximum recording duration in seconds. The recording will stop automatically after this time."),
0 commit comments