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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,16 @@ The new commands will be available in new Gemini CLI sessions. The following com
49
49
-`/modify` - Manages a structured modification session with automated planning.
50
50
-`/commit` - Automates pre-commit checks and generates a descriptive commit message.
51
51
52
+
### 3. Available Tools
53
+
54
+
This extension also installs an MCP server (`flutter_launcher`) that provides tools for starting, stopping, and interacting with Flutter applications. This server is started automatically, and the following tools are made available:
55
+
56
+
-`launch_app`: Launches a Flutter application on a specified device.
57
+
-`stop_app`: Stops a running Flutter application.
58
+
-`list_devices`: Lists all available devices that can run Flutter applications.
59
+
-`get_app_logs`: Retrieves the logs from a running Flutter application.
60
+
-`list_running_apps`: Lists all Flutter applications currently running that were started by this extension.
61
+
52
62
## 💡 Usage
53
63
54
64
This extension provides powerful commands to automate key phases of the development lifecycle.
0 commit comments