Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/.vitepress/theme/Banner.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div class="version-banner">
You are viewing the in-development v2 documentation. The stable v1 docs are at
<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>?
</div>
</template>
3 changes: 1 addition & 2 deletions docs/v1/.vitepress/theme/Banner.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div class="version-banner">
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>?
</div>
</template>
Loading