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 732abe0 commit 708d545Copy full SHA for 708d545
2 files changed
docs/.vitepress/theme/Banner.vue
@@ -1,6 +1,5 @@
1
<template>
2
<div class="version-banner">
3
- You are viewing the in-development v2 documentation. The stable v1 docs are at
4
- <a href="https://ts.sdk.modelcontextprotocol.io/">ts.sdk.modelcontextprotocol.io</a>.
+ Looking for the <a href="https://ts.sdk.modelcontextprotocol.io/" target="_self">v1 documentation</a>?
5
</div>
6
</template>
docs/v1/.vitepress/theme/Banner.vue
- You are viewing the v1.x documentation. The in-development v2 docs are at
- <a href="https://ts.sdk.modelcontextprotocol.io/v2/">/v2/</a>.
+ Looking for the <a href="https://ts.sdk.modelcontextprotocol.io/v2/" target="_self">v2 beta documentation</a>?
0 commit comments