From 4bfd220e1863611b63e828162b89daebd5e9fb9b Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Mon, 28 Jul 2025 18:07:56 +0000 Subject: [PATCH] release dart_mcp v0.3.3 --- pkgs/dart_mcp/CHANGELOG.md | 2 +- pkgs/dart_mcp/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/dart_mcp/CHANGELOG.md b/pkgs/dart_mcp/CHANGELOG.md index 80ad8db7..e85f132e 100644 --- a/pkgs/dart_mcp/CHANGELOG.md +++ b/pkgs/dart_mcp/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.3.3-wip +## 0.3.3 - Fix `PingRequest` handling when it is sent from a non-Dart client. - Deprecate `ElicitationAction.reject` and replace it with diff --git a/pkgs/dart_mcp/pubspec.yaml b/pkgs/dart_mcp/pubspec.yaml index f99e1fb3..d4631f5b 100644 --- a/pkgs/dart_mcp/pubspec.yaml +++ b/pkgs/dart_mcp/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_mcp -version: 0.3.3-wip +version: 0.3.3 description: A package for making MCP servers and clients. repository: https://github.com/dart-lang/ai/tree/main/pkgs/dart_mcp issue_tracker: https://github.com/dart-lang/ai/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_mcp