Skip to content

Commit d7bbe55

Browse files
committed
Add some missing protocol revision banners
1 parent 50fcf90 commit d7bbe55

File tree

5 files changed

+21
-0
lines changed

5 files changed

+21
-0
lines changed

docs/specification/basic/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ cascade:
55
weight: 2
66
---
77

8+
{{< callout type="info" >}}
9+
**Protocol Revision**: {{< param protocolRevision >}}
10+
{{< /callout >}}
11+
812
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:
913

1014
| Type | Description | Requirements |

docs/specification/basic/utilities/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: Utilities
33
---
44

5+
{{< callout type="info" >}}
6+
**Protocol Revision**: {{< param protocolRevision >}}
7+
{{< /callout >}}
8+
59
The Model Context Protocol includes several optional features that enhance the base protocol functionality. These features can be used independently to add capabilities like request cancellation, paginated results, and progress tracking.
610

711
{{< cards >}}

docs/specification/client/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ cascade:
44
type: docs
55
weight: 4
66
---
7+
8+
{{< callout type="info" >}}
9+
**Protocol Revision**: {{< param protocolRevision >}}
10+
{{< /callout >}}

docs/specification/server/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ cascade:
44
type: docs
55
weight: 3
66
---
7+
8+
{{< callout type="info" >}}
9+
**Protocol Revision**: {{< param protocolRevision >}}
10+
{{< /callout >}}
11+
712
Context primitives are the fundamental building blocks for providing context to language models via MCP. These primitives enable rich interactions between clients, servers, and language models. The key primitives are:
813

914
- **Prompts**: Pre-defined templates or instructions that guide language model interactions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
---
22
title: Utilities
33
---
4+
5+
{{< callout type="info" >}}
6+
**Protocol Revision**: {{< param protocolRevision >}}
7+
{{< /callout >}}

0 commit comments

Comments
 (0)