Skip to content

Commit 7b12e98

Browse files
committed
name draft revision draft
1 parent 9aaf11f commit 7b12e98

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
lines changed

docs/specification/draft/basic/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 2
66
---
77

88
{{< callout type="info" >}}
9-
**Protocol Revision**: {{< param protocolRevision >}}
9+
**Protocol Revision**: draft
1010
{{< /callout >}}
1111

1212
All messages between MCP clients and servers **MUST** follow the [JSON-RPC 2.0](https://www.jsonrpc.org/specification) specification. The protocol defines three fundamental types of messages:

docs/specification/draft/basic/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 30
55
---
66

77
{{< callout type="info" >}}
8-
**Protocol Revision**: {{< param protocolRevision >}}
8+
**Protocol Revision**: draft
99
{{< /callout >}}
1010

1111
The Model Context Protocol (MCP) defines a rigorous lifecycle for client-server connections that ensures proper capability negotiation and state management.

docs/specification/draft/basic/messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: docs
44
weight: 20
55
---
66
{{< callout type="info" >}}
7-
**Protocol Revision**: {{< param protocolRevision >}}
7+
**Protocol Revision**: draft
88
{{< /callout >}}
99

1010
All messages in MCP **MUST** follow the [JSON-RPC 2.0](https://www.jsonrpc.org/specification) specification. The protocol defines three types of messages:

docs/specification/draft/basic/transports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Transports
33
type: docs
4-
weight: 40
4+
weight: 10
55
---
66
{{< callout type="info" >}}
7-
**Protocol Revision**: {{< param protocolRevision >}}
7+
**Protocol Revision**: draft
88
{{< /callout >}}
99

1010
MCP currently defines two standard transport mechanisms for client-server communication:

docs/specification/draft/basic/utilities/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Utilities
33
---
44

55
{{< callout type="info" >}}
6-
**Protocol Revision**: {{< param protocolRevision >}}
6+
**Protocol Revision**: draft
77
{{< /callout >}}
88

99
These optional features enhance the base protocol functionality with various utilities.

docs/specification/draft/basic/utilities/cancellation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 10
44
---
55

66
{{< callout type="info" >}}
7-
**Protocol Revision**: {{< param protocolRevision >}}
7+
**Protocol Revision**: draft
88
{{< /callout >}}
99

1010
The Model Context Protocol (MCP) supports optional cancellation of in-progress requests through notification messages. Either side can send a cancellation notification to indicate that a previously-issued request should be terminated.

docs/specification/draft/basic/utilities/ping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 5
44
---
55

66
{{< callout type="info" >}}
7-
**Protocol Revision**: {{< param protocolRevision >}}
7+
**Protocol Revision**: draft
88
{{< /callout >}}
99

1010
The Model Context Protocol includes an optional ping mechanism that allows either party to verify that their counterpart is still responsive and the connection is alive.

docs/specification/draft/basic/utilities/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Progress
33
weight: 30
44
---
55
{{< callout type="info" >}}
6-
**Protocol Revision**: {{< param protocolRevision >}}
6+
**Protocol Revision**: draft
77
{{< /callout >}}
88

99
The Model Context Protocol (MCP) supports optional progress tracking for long-running operations through notification messages. Either side can send progress notifications to provide updates about operation status.

docs/specification/draft/basic/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 80
66

77
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.
88

9-
The current protocol version is **{{< param protocolRevision >}}**. [See all revisions]({{< ref "/specification/draft/revisions" >}}).
9+
The current protocol version is **draft**. [See all revisions]({{< ref "/specification/draft/revisions" >}}).
1010

1111
{{< callout type="info" >}}
1212
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.

docs/specification/draft/client/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 4
66
---
77

88
{{< callout type="info" >}}
9-
**Protocol Revision**: {{< param protocolRevision >}}
9+
**Protocol Revision**: draft
1010
{{< /callout >}}
1111

1212
Clients can implement additional features to enrich connected MCP servers:

0 commit comments

Comments
 (0)