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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,6 @@ 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 {{ < relref "../basic/versioning.md" > }}).
7
+
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.
0 commit comments