Skip to content

Commit f65cbaa

Browse files
Merge branch 'main' into spec/sampling-includecontext
2 parents 96c8b65 + fb34d1d commit f65cbaa

File tree

13 files changed

+34
-30
lines changed

13 files changed

+34
-30
lines changed

docs/specification/2024-11-05/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ implementors **SHOULD**:
122122
Explore the detailed specification for each protocol component:
123123

124124
<CardGroup cols={5}>
125-
<Card title="Architecture" icon="sitemap" href="architecture" />
126-
<Card title="Base Protocol" icon="code" href="basic" />
127-
<Card title="Server Features" icon="server" href="server" />
128-
<Card title="Client Features" icon="user" href="client" />
129-
<Card title="Contributing" icon="pencil" href="contributing" />
125+
<Card title="Architecture" icon="sitemap" href="/specification/2024-11-05/architecture" />
126+
<Card title="Base Protocol" icon="code" href="/specification/2024-11-05/basic" />
127+
<Card title="Server Features" icon="server" href="/specification/2024-11-05/server" />
128+
<Card title="Client Features" icon="user" href="/specification/2024-11-05/client" />
129+
<Card title="Contributing" icon="pencil" href="/specification/contributing" />
130130
</CardGroup>

docs/specification/2024-11-05/server/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each primitive can be summarized in the following control hierarchy:
2525
Explore these key primitives in more detail below:
2626

2727
<CardGroup cols={3}>
28-
<Card title="Prompts" icon="message" href="prompts" />
29-
<Card title="Resources" icon="file-lines" href="resources" />
30-
<Card title="Tools" icon="wrench" href="tools" />
28+
<Card title="Prompts" icon="message" href="/specification/2024-11-05/server/prompts" />
29+
<Card title="Resources" icon="file-lines" href="/specification/2024-11-05/server/resources" />
30+
<Card title="Tools" icon="wrench" href="/specification/2024-11-05/server/tools" />
3131
</CardGroup>

docs/specification/2024-11-05/server/prompts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface, which allows users to naturally discover and invoke available prompts
2020

2121
For example, as slash commands:
2222

23-
![Example of prompt exposed as slash command](slash-command.png)
23+
![Example of prompt exposed as slash command](/specification/2024-11-05/server/slash-command.png)
2424

2525
However, implementors are free to expose prompts through any interface pattern that suits
2626
their needs&mdash;the protocol itself does not mandate any specific user interaction

docs/specification/2024-11-05/server/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, applications could:
2323
- Allow the user to search through and filter available resources
2424
- Implement automatic context inclusion, based on heuristics or the AI model's selection
2525

26-
![Example of resource context picker](resource-picker.png)
26+
![Example of resource context picker](/specification/2024-11-05/server/resource-picker.png)
2727

2828
However, implementations are free to expose resources through any interface pattern that
2929
suits their needs&mdash;the protocol itself does not mandate any specific user

docs/specification/2025-03-26/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ implementors **SHOULD**:
124124
Explore the detailed specification for each protocol component:
125125

126126
<CardGroup cols={5}>
127-
<Card title="Architecture" icon="sitemap" href="architecture" />
128-
<Card title="Base Protocol" icon="code" href="basic" />
129-
<Card title="Server Features" icon="server" href="server" />
130-
<Card title="Client Features" icon="user" href="client" />
131-
<Card title="Contributing" icon="pencil" href="contributing" />
127+
<Card title="Architecture" icon="sitemap" href="/specification/2025-03-26/architecture" />
128+
<Card title="Base Protocol" icon="code" href="/specification/2025-03-26/basic" />
129+
<Card title="Server Features" icon="server" href="/specification/2025-03-26/server" />
130+
<Card title="Client Features" icon="user" href="/specification/2025-03-26/client" />
131+
<Card title="Contributing" icon="pencil" href="/specification/contributing" />
132132
</CardGroup>

docs/specification/2025-03-26/server/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each primitive can be summarized in the following control hierarchy:
2525
Explore these key primitives in more detail below:
2626

2727
<CardGroup cols={3}>
28-
<Card title="Prompts" icon="message" href="prompts" />
29-
<Card title="Resources" icon="file-lines" href="resources" />
30-
<Card title="Tools" icon="wrench" href="tools" />
28+
<Card title="Prompts" icon="message" href="/specification/2025-03-26/server/prompts" />
29+
<Card title="Resources" icon="file-lines" href="/specification/2025-03-26/server/resources" />
30+
<Card title="Tools" icon="wrench" href="/specification/2025-03-26/server/tools" />
3131
</CardGroup>

docs/specification/2025-03-26/server/prompts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface, which allows users to naturally discover and invoke available prompts
1919

2020
For example, as slash commands:
2121

22-
![Example of prompt exposed as slash command](slash-command.png)
22+
![Example of prompt exposed as slash command](/specification/2025-03-26/server/slash-command.png)
2323

2424
However, implementors are free to expose prompts through any interface pattern that suits
2525
their needs&mdash;the protocol itself does not mandate any specific user interaction

docs/specification/2025-03-26/server/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For example, applications could:
2121
- Allow the user to search through and filter available resources
2222
- Implement automatic context inclusion, based on heuristics or the AI model's selection
2323

24-
![Example of resource context picker](resource-picker.png)
24+
![Example of resource context picker](/specification/2025-03-26/server/resource-picker.png)
2525

2626
However, implementations are free to expose resources through any interface pattern that
2727
suits their needs&mdash;the protocol itself does not mandate any specific user

docs/specification/draft/client/elicitation.mdx

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

55
<Info>**Protocol Revision**: draft</Info>
66

7+
<Note>
8+
Elicitation is newly introduced in this version of the MCP specification and its design may evolve in future protocol versions.
9+
</Note>
10+
711
The Model Context Protocol (MCP) provides a standardized way for servers to request additional
812
information from users through the client during interactions. This flow allows clients to
913
maintain control over user interactions and data sharing while enabling servers to gather

docs/specification/draft/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ implementors **SHOULD**:
125125
Explore the detailed specification for each protocol component:
126126

127127
<CardGroup cols={5}>
128-
<Card title="Architecture" icon="sitemap" href="architecture" />
129-
<Card title="Base Protocol" icon="code" href="basic" />
130-
<Card title="Server Features" icon="server" href="server" />
131-
<Card title="Client Features" icon="user" href="client" />
132-
<Card title="Contributing" icon="pencil" href="contributing" />
128+
<Card title="Architecture" icon="sitemap" href="/specification/draft/architecture" />
129+
<Card title="Base Protocol" icon="code" href="/specification/draft/basic" />
130+
<Card title="Server Features" icon="server" href="/specification/draft/server" />
131+
<Card title="Client Features" icon="user" href="/specification/draft/client" />
132+
<Card title="Contributing" icon="pencil" href="/specification/contributing" />
133133
</CardGroup>

0 commit comments

Comments
 (0)