File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
* Add failure reason field to analytics events so we can know why tool calls are
6
6
failing.
7
7
* Allow for multiple package arguments to ` pub add ` and ` pub remove ` .
8
+ * Require dart_mcp version 0.3.1.
8
9
9
10
# 0.1.0 (Dart SDK 3.9.0)
10
11
55
56
* Screenshot tool disabled until
56
57
https://github.com/flutter/flutter/issues/170357 is resolved.
57
58
* Add ` arg_parser.dart ` public library with minimal deps to be used by the dart tool.
58
-
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
13
13
args : ^2.7.0
14
14
async : ^2.13.0
15
15
collection : ^1.19.1
16
- dart_mcp : ^0.3.0
16
+ dart_mcp : ^0.3.1
17
17
dds_service_extensions : ^2.0.1
18
18
devtools_shared : ^12.0.0
19
19
dtd : ^4.0.0
You can’t perform that action at this time.
0 commit comments