File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed
Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ params:
2323 logo :
2424 path : images/light.svg
2525 dark : images/dark.svg
26- link : /
26+ link : /specification
2727 width : 204
2828 height : 30
2929 protocolRevision : " 2024-11-05"
@@ -59,7 +59,7 @@ enableInlineShortcodes: true
5959menu :
6060 main :
6161 - name : Specification
62- pageRef : /
62+ pageRef : /specification
6363 weight : 1
6464 - name : Resources
6565 pageRef : /resources
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < title > Model Context Protocol Specification</ title >
6+ < script > window . location . replace ( "/specification/" ) ; </ script >
7+ < meta http-equiv ="refresh " content ="0; url=/specification/ ">
8+ < link rel ="canonical " href ="/specification/ ">
9+ </ head >
10+ < body >
11+ < h1 > Model Context Protocol Specification</ h1 >
12+ < p > Redirecting to < a href ="/specification/ "> specification</ a > ...</ p >
13+ </ body >
14+ </ html >
You can’t perform that action at this time.
0 commit comments