📦 Add App Management (List, Uninstall, Clear Data) #8

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

🎯 Feature Request

Description

Comprehensive app management on emulators.

Proposed Tools

  • list_installed_apps - List installed applications
  • uninstall_app - Uninstall application
  • clear_app_data - Clear app data
  • clear_app_cache - Clear app cache
  • force_stop_app - Force stop app
  • get_app_info - Get app information

Platform Support

  • Android: adb shell pm list packages, pm uninstall, etc.
  • iOS: xcrun simctl listapps, xcrun simctl uninstall

Benefits

  • App lifecycle management
  • Testing cleanup
  • State management

🤖 Generated with Claude Code

## 🎯 Feature Request ### Description Comprehensive app management on emulators. ### Proposed Tools - `list_installed_apps` - List installed applications - `uninstall_app` - Uninstall application - `clear_app_data` - Clear app data - `clear_app_cache` - Clear app cache - `force_stop_app` - Force stop app - `get_app_info` - Get app information ### Platform Support - Android: `adb shell pm list packages`, `pm uninstall`, etc. - iOS: `xcrun simctl listapps`, `xcrun simctl uninstall` ### Benefits - App lifecycle management - Testing cleanup - State management 🤖 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#8
No description provided.