We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6dc35 commit 00742bdCopy full SHA for 00742bd
site/layouts/index.html
@@ -3,12 +3,12 @@
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/">
+ <script>window.location.replace("/latest");</script>
+ <meta http-equiv="refresh" content="0; url=/latest">
+ <link rel="canonical" href="/latest">
9
</head>
10
<body>
11
<h1>Model Context Protocol Specification</h1>
12
- <p>Redirecting to <a href="/specification/">specification</a>...</p>
+ <p>Redirecting to <a href="/latest">specification</a>...</p>
13
</body>
14
</html>
0 commit comments