From 3d7310ffead9104ce28147043c992630598ee9d5 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Wed, 16 Jul 2025 21:21:14 +0000 Subject: [PATCH 1/2] release dart_mcp 0.3.1 --- 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 52517b7e..00faf7cd 100644 --- a/pkgs/dart_mcp/CHANGELOG.md +++ b/pkgs/dart_mcp/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.3.1-wip +## 0.3.1 - Fixes communication problem when a `MCPServer` is instantiated without instructions. diff --git a/pkgs/dart_mcp/pubspec.yaml b/pkgs/dart_mcp/pubspec.yaml index 56cc5f29..588d2378 100644 --- a/pkgs/dart_mcp/pubspec.yaml +++ b/pkgs/dart_mcp/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_mcp -version: 0.3.1-wip +version: 0.3.1 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 From b50205d08407155a011f3651bd5674434aa0a5c9 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Wed, 16 Jul 2025 21:23:46 +0000 Subject: [PATCH 2/2] udpate supported versions section of readme --- pkgs/dart_mcp/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/dart_mcp/README.md b/pkgs/dart_mcp/README.md index ebe54f89..8d566808 100644 --- a/pkgs/dart_mcp/README.md +++ b/pkgs/dart_mcp/README.md @@ -74,6 +74,8 @@ from `ServerConnection.initialize`. ## Supported Protocol Versions [2024-11-05](https://spec.modelcontextprotocol.io/specification/2024-11-05/) +[2025-03-26](https://spec.modelcontextprotocol.io/specification/2025-03-26/) +[2025-06-18](https://spec.modelcontextprotocol.io/specification/2025-06-18/) If support for a given protocol version is dropped, that will be released as a breaking change in this package.