Skip to content

Commit fb34d1d

Browse files
authored
Merge pull request modelcontextprotocol#601 from hesreallyhim/hesreallyhim/fix-website-navigation
FIX: Fix broken links
2 parents 1e17e0a + 7a68d7f commit fb34d1d

File tree

12 files changed

+30
-30
lines changed

12 files changed

+30
-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/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>

docs/specification/draft/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/draft/server/prompts" />
29+
<Card title="Resources" icon="file-lines" href="/specification/draft/server/resources" />
30+
<Card title="Tools" icon="wrench" href="/specification/draft/server/tools" />
3131
</CardGroup>

0 commit comments

Comments
 (0)