Skip to content

Commit 69b5e5b

Browse files
committed
Update revisions, introduce additional "current" status
1 parent 647a289 commit 69b5e5b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 2024-11-05 (Final)
2+
title: 2024-11-05 (Current)
33
weight: 1
44
---
5-
This is the initial version of the specification. This revision has been finalized.
5+
This is the current version of the specification. This revision may continue to receive backwards compatible changes.

docs/specification/revisions/_index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Revisions
33
cascade:
44
type: docs
55
---
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" >}})).
76

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

Comments
 (0)