We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c28640 commit 01cf3d4Copy full SHA for 01cf3d4
pkgs/dart_mcp_server/CHANGELOG.md
@@ -5,6 +5,7 @@
5
* Add failure reason field to analytics events so we can know why tool calls are
6
failing.
7
* Allow for multiple package arguments to `pub add` and `pub remove`.
8
+* Require dart_mcp version 0.3.1.
9
10
# 0.1.0 (Dart SDK 3.9.0)
11
@@ -55,4 +56,3 @@
55
56
* Screenshot tool disabled until
57
https://github.com/flutter/flutter/issues/170357 is resolved.
58
* Add `arg_parser.dart` public library with minimal deps to be used by the dart tool.
-
pkgs/dart_mcp_server/pubspec.yaml
@@ -13,7 +13,7 @@ dependencies:
13
args: ^2.7.0
14
async: ^2.13.0
15
collection: ^1.19.1
16
- dart_mcp: ^0.3.0
+ dart_mcp: ^0.3.1
17
dds_service_extensions: ^2.0.1
18
devtools_shared: ^12.0.0
19
dtd: ^4.0.0
0 commit comments