Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| flutter_doctor | Run Flutter doctor to check development environment setup |
| flutter_version | Get Flutter SDK version information |
| flutter_list_devices | List connected devices and emulators available for Flutter development |
| android_list_devices | List connected Android devices and emulators (supports ADB fallback to native-run) |
| native_run_list_devices | List connected devices using native-run (Android & iOS support) |
| native_run_install_app | Install app on device using native-run (works for Android APK & iOS app) |
| ios_list_simulators | List available iOS simulators |
| android_list_emulators | List available Android emulators |
| android_create_avd | Create a new Android Virtual Device (AVD) |
| android_start_emulator | Start an Android emulator |
| android_stop_emulator | Stop a running Android emulator |
| ios_shutdown_simulator | Shutdown an iOS simulator |
| flutter_launch_emulator | Launch a Flutter emulator |
| flutter_run | Start a Flutter development session (hot reload enabled) |
| flutter_build | Build Flutter app for specific target platform |
| flutter_test | Run Flutter tests with optional coverage |
| flutter_clean | Clean Flutter build cache and generated files |
| flutter_pub_get | Install Flutter project dependencies (pub get) |
| android_install_apk | Install an APK file to an Android device or emulator |
| android_logcat | Capture Android logcat output from device or emulator |
| android_screenshot | Capture screenshot from Android device or emulator |
| ios_boot_simulator | Boot an iOS simulator |
| ios_take_screenshot | Take a screenshot of an iOS simulator |
| flutter_dev_session | Complete Flutter dev setup: check env, list devices, select best device, run with hot reload |
| flutter_test_suite | Run complete test suite: unit tests, widget tests, integration tests with coverage report |
| flutter_release_build | Build release versions for all platforms: APK, AAB, IPA with signing |
| mobile_device_manager | Smart device management: list all, recommend best, auto-start if needed |
| flutter_fix_common_issues | Auto-fix common issues: clean, pub get, pod install, gradle sync, invalidate caches |
| flutter_setup_environment | Complete Flutter SDK installation and environment setup with automatic path configuration |
| android_sdk_setup | Setup Android SDK and configure environment for Android development |
| health_check | Check server health, tool availability and environment status |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |