You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,12 @@ Ensure you have the correct Dart SDK version installed. See <https://dart.dev/ge
25
25
- Sampling
26
26
- Roots
27
27
28
+
## Model Context Protocol Version
29
+
30
+
The current version of the protocol is `2025-03-26`. This library is designed to be compatible with this version, and any future updates will be made to ensure continued compatibility.
31
+
32
+
It's also backward compatible with the previous version `2024-11-05` and `2024-10-07`.
33
+
28
34
## Getting started
29
35
30
36
Below code is the simplest way to start the MCP server.
0 commit comments