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:
23
23
logo :
24
24
path : images/light.svg
25
25
dark : images/dark.svg
26
- link : /
26
+ link : /specification
27
27
width : 204
28
28
height : 30
29
29
protocolRevision : " 2024-11-05"
@@ -59,7 +59,7 @@ enableInlineShortcodes: true
59
59
menu :
60
60
main :
61
61
- name : Specification
62
- pageRef : /
62
+ pageRef : /specification
63
63
weight : 1
64
64
- name : Resources
65
65
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