From d243b25c2fc8ea85ad0f82c0ec844a6356cb3fb1 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Thu, 17 Jul 2025 20:35:23 +0000 Subject: [PATCH] release-dart-mcp --- 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 f0596cda..5fec383a 100644 --- a/pkgs/dart_mcp/CHANGELOG.md +++ b/pkgs/dart_mcp/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.3.2-wip +## 0.3.2 - Deprecate the `EnumSchema` type in favor of the `StringSchema` with an `enumValues` parameter. The `EnumSchema` type was not MCP spec compatible. diff --git a/pkgs/dart_mcp/pubspec.yaml b/pkgs/dart_mcp/pubspec.yaml index d94b6cd6..846dd75d 100644 --- a/pkgs/dart_mcp/pubspec.yaml +++ b/pkgs/dart_mcp/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_mcp -version: 0.3.2-wip +version: 0.3.2 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