Skip to content

Commit 8c5912a

Browse files
committed
Update CHANGELOG.md
1 parent 8a4d88f commit 8c5912a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pkgs/dart_mcp_server/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* Fix a bug in hot_reload ([#290](https://github.com/dart-lang/ai/issues/290)).
1919
* Add the `list_devices`, `launch_app`, `get_app_logs`, and `list_running_apps`
2020
tools for running Flutter apps.
21+
* Add extra log output to failed launches, and allow AI to specify the maxLines
22+
of log output.
2123

2224
# 0.1.0 (Dart SDK 3.9.0)
2325

pkgs/dart_mcp_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
yaml: ^3.1.3
4141

4242
dev_dependencies:
43-
analyzer: ^8.2.0
43+
analyzer: ^7.5.2
4444
dart_flutter_team_lints: ^3.2.1
4545
pub_semver: ^2.2.0
4646
test: ^1.25.15

0 commit comments

Comments
 (0)