Skip to content

Commit e04e501

Browse files
authored
release dart_mcp 2.1.0, require it in dart_mcp_server (#141)
Also renames the workflow file based on the name change of dart_tooling_mcp_server => dart_mcp_server
1 parent b0a224c commit e04e501

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

pkgs/dart_mcp/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.1-wip
1+
## 0.2.1
22

33
- Fix the `protocolLogSink` support when using `MCPClient.connectStdioServer`.
44
- Update workflow example to show thinking spinner and input and output token

pkgs/dart_mcp/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_mcp
2-
version: 0.2.1-wip
2+
version: 0.2.1
33
description: A package for making MCP servers and clients.
44
repository: https://github.com/dart-lang/ai/tree/main/pkgs/dart_mcp
55
issue_tracker: https://github.com/dart-lang/ai/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_mcp

pkgs/dart_mcp_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ executables:
1515
dependencies:
1616
args: ^2.7.0
1717
async: ^2.13.0
18-
dart_mcp: ^0.2.0
18+
dart_mcp: ^0.2.1
1919
dds_service_extensions: ^2.0.1
2020
devtools_shared: ^11.2.0
2121
dtd: ^2.4.0

0 commit comments

Comments
 (0)