Skip to content

Commit 2a71e46

Browse files
authored
Remove flutter_launcher_mcp (#97)
1 parent f797b00 commit 2a71e46

24 files changed

+8
-2977
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.0
2+
3+
- Removed the `flutter_launcher` MCP server because it has been integrated into
4+
the Dart MCP server in [dart-lang/ai#292](https://github.com/dart-lang/ai/pull/292)
5+
16
## 0.2.2
27

38
- Fixes the executable path for the flutter_launcher MCP server.

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@ The new commands will be available in new Gemini CLI sessions. The following com
4949
- `/modify` - Manages a structured modification session with automated planning.
5050
- `/commit` - Automates pre-commit checks and generates a descriptive commit message.
5151

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-
6252
## 💡 Usage
6353

6454
This extension provides powerful commands to automate key phases of the development lifecycle.

flutter_launcher_mcp/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

flutter_launcher_mcp/DESIGN.md

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)