📹 Add Screen Recording for Android & iOS #1

Open
opened 2025-10-10 09:06:21 +02:00 by jack · 0 comments
Owner

🎯 Feature Request

Description

Add video recording capabilities for both platforms.

Proposed Tools

  • start_recording - Start screen recording
  • stop_recording - Stop recording and save video
  • get_recordings - List saved recordings

Benefits

  • Test documentation
  • Bug reproduction
  • Demo creation

Platform Support

  • Android: adb shell screenrecord
  • iOS: xcrun simctl io <device> recordVideo

🤖 Generated with Claude Code

## 🎯 Feature Request ### Description Add video recording capabilities for both platforms. ### Proposed Tools - `start_recording` - Start screen recording - `stop_recording` - Stop recording and save video - `get_recordings` - List saved recordings ### Benefits - Test documentation - Bug reproduction - Demo creation ### Platform Support - Android: `adb shell screenrecord` - iOS: `xcrun simctl io <device> recordVideo` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
customable-mcp/mobile-emulator-mcp#1
No description provided.