Skip to content

Commit 01cf3d4

Browse files
authored
Require dart_mcp version 0.3.1 (#232)
We are relying on the new `stdioChannel` utility.
1 parent 5c28640 commit 01cf3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/dart_mcp_server/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Add failure reason field to analytics events so we can know why tool calls are
66
failing.
77
* Allow for multiple package arguments to `pub add` and `pub remove`.
8+
* Require dart_mcp version 0.3.1.
89

910
# 0.1.0 (Dart SDK 3.9.0)
1011

@@ -55,4 +56,3 @@
5556
* Screenshot tool disabled until
5657
https://github.com/flutter/flutter/issues/170357 is resolved.
5758
* Add `arg_parser.dart` public library with minimal deps to be used by the dart tool.
58-

pkgs/dart_mcp_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
args: ^2.7.0
1414
async: ^2.13.0
1515
collection: ^1.19.1
16-
dart_mcp: ^0.3.0
16+
dart_mcp: ^0.3.1
1717
dds_service_extensions: ^2.0.1
1818
devtools_shared: ^12.0.0
1919
dtd: ^4.0.0

0 commit comments

Comments
 (0)