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: docs/specification/basic/versioning.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ type: docs
4
4
weight: 80
5
5
---
6
6
7
-
The Model Context Protocol uses string-based version identifiers following the format `YYYY-MM-DD` to indicate the last date backwards incompatible changes were made.
7
+
The Model Context Protocol uses string-based version identifiers following the format `YYYY-MM-DD`, to indicate the last date backwards incompatible changes were made.
8
8
9
-
The current protocol version is **{{< param protocolRevision >}}**.
9
+
The current protocol version is **{{< param protocolRevision >}}**.[See all revisions]({{< ref "/specification/revisions" >}}).
10
10
11
11
{{< callout type="info" >}}
12
12
The protocol version will _not_ be incremented when the protocol is updated, as long as the changes maintain backwards compatibility. This allows for incremental improvements while preserving interoperability.
0 commit comments