Skip to content

Commit c0a5680

Browse files
docs: name the current site in both version banners and add a beta callout to the landing page (#2401)
1 parent 3c02ffb commit c0a5680

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/.vitepress/theme/Banner.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div class="version-banner">
3-
Looking for the <a href="https://ts.sdk.modelcontextprotocol.io/" target="_self">v1 documentation</a>?
3+
This is the documentation for the v2 beta — looking for the
4+
<a href="https://ts.sdk.modelcontextprotocol.io/" target="_self">v1 documentation</a>?
45
</div>
56
</template>

docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
2-
status: calibration
32
shape: landing
43
---
54

65
# MCP TypeScript SDK
76

7+
::: info v2 beta
8+
This is the documentation for **v2** of the SDK, currently in **beta**: the API is settling but can still change before the stable release alongside the [2026-07-28 spec](https://blog.modelcontextprotocol.io/posts/2026-07-28-release-candidate/). [Tell us what you find](https://github.com/modelcontextprotocol/typescript-sdk/issues/new?template=v2-feedback.yml) — and if you need the stable v1, its documentation is at [ts.sdk.modelcontextprotocol.io](https://ts.sdk.modelcontextprotocol.io/).
9+
:::
10+
811
The **Model Context Protocol** (MCP) is an open standard that connects AI applications to the systems where your data and tools live. You write a **server** that exposes tools, resources, and prompts; any MCP **host** — Claude Code, VS Code, Cursor, your own application — connects to it and lets a model use them. The protocol is defined by [the MCP specification](https://modelcontextprotocol.io/specification/latest); this SDK is its TypeScript implementation, on Node.js, Bun, and Deno.
912

1013
A complete server is one file:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div class="version-banner">
3-
Looking for the <a href="https://ts.sdk.modelcontextprotocol.io/v2/" target="_self">v2 beta documentation</a>?
3+
This is the documentation for v1.x — looking for the
4+
<a href="https://ts.sdk.modelcontextprotocol.io/v2/" target="_self">v2 beta documentation</a>?
45
</div>
56
</template>

0 commit comments

Comments
 (0)