File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- ## 0.3.1-wip
1
+ ## 0.3.1
2
2
3
3
- Fixes communication problem when a ` MCPServer ` is instantiated without
4
4
instructions.
Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ from `ServerConnection.initialize`.
74
74
## Supported Protocol Versions
75
75
76
76
[ 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/ )
77
79
78
80
If support for a given protocol version is dropped, that will be released as a
79
81
breaking change in this package.
Original file line number Diff line number Diff line change 1
1
name : dart_mcp
2
- version : 0.3.1-wip
2
+ version : 0.3.1
3
3
description : A package for making MCP servers and clients.
4
4
repository : https://github.com/dart-lang/ai/tree/main/pkgs/dart_mcp
5
5
issue_tracker : https://github.com/dart-lang/ai/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_mcp
You can’t perform that action at this time.
0 commit comments