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/revisions/_index.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ title: Revisions
3
3
cascade:
4
4
type: docs
5
5
---
6
-
The Model Context Protocol uses revisions that define specific protocol behaviors for each version. Each protocol revision provides guarantees about the functionality and semantics available. The protocol version is exchanged during initialization (see [Versioning]({{< relref "../basic/versioning.md" >}})).
7
6
8
-
Revisions can be marked as either DRAFT (in-progress specifications) or FINAL (completed specifications). DRAFT revisions may change at any time, while FINAL revisions remain stable once published.
7
+
This page lists the different revisions of the Model Context Protocol. See [Versioning]({{< ref "/specification/basic/versioning" >}}) for more information about how the protocol is versioned.
8
+
9
+
Revisions may be marked as:
10
+
11
+
***Draft**: in-progress specifications, not yet ready for consumption.
12
+
***Current**: the current protocol version, which is ready for use and may continue to receive [backwards compatible changes]({{< ref "/specification/basic/versioning" >}}).
13
+
***Final**: past, complete specifications that will not be changed.
0 commit comments