Skip to content

Commit 141fbe1

Browse files
authored
release dart_mcp 0.3.1 (#234)
Bug fixes, improved examples, and some deprecated APIs and minor cleanup.
1 parent ce519e8 commit 141fbe1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.3.1-wip
1+
## 0.3.1
22

33
- Fixes communication problem when a `MCPServer` is instantiated without
44
instructions.

pkgs/dart_mcp/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ from `ServerConnection.initialize`.
7474
## Supported Protocol Versions
7575

7676
[2024-11-05](https://spec.modelcontextprotocol.io/specification/2024-11-05/)
77+
[2025-03-26](https://spec.modelcontextprotocol.io/specification/2025-03-26/)
78+
[2025-06-18](https://spec.modelcontextprotocol.io/specification/2025-06-18/)
7779

7880
If support for a given protocol version is dropped, that will be released as a
7981
breaking change in this package.

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.3.1-wip
2+
version: 0.3.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

0 commit comments

Comments
 (0)