Skip to content

Commit 1cc5701

Browse files
Version Packages
1 parent 227c125 commit 1cc5701

File tree

10 files changed

+36
-25
lines changed

10 files changed

+36
-25
lines changed

.changeset/busy-weeks-hang.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/cyan-cycles-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-hairs-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tender-snails-fold.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @modelcontextprotocol/client
2+
3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- [#1279](https://github.com/modelcontextprotocol/typescript-sdk/pull/1279) [`71ae3ac`](https://github.com/modelcontextprotocol/typescript-sdk/commit/71ae3acee0203a1023817e3bffcd172d0966d2ac) Thanks [@KKonstantinov](https://github.com/KKonstantinov)! - Initial 2.0.0-alpha.0
8+
client and server package

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/client",
3-
"version": "2.0.0-alpha.0",
3+
"version": "2.0.0",
44
"description": "Model Context Protocol implementation for TypeScript",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @modelcontextprotocol/core
2+
3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- [#1363](https://github.com/modelcontextprotocol/typescript-sdk/pull/1363) [`0a75810`](https://github.com/modelcontextprotocol/typescript-sdk/commit/0a75810b26e24bae6b9cfb41e12ac770aeaa1da4) Thanks [@DevJanderson](https://github.com/DevJanderson)! - Fix ReDoS vulnerability in
8+
UriTemplate regex patterns (CVE-2026-0621)

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@modelcontextprotocol/core",
33
"private": true,
4-
"version": "2.0.0-alpha.0",
4+
"version": "2.0.0",
55
"description": "Model Context Protocol implementation for TypeScript",
66
"license": "MIT",
77
"author": "Anthropic, PBC (https://anthropic.com)",

packages/server/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @modelcontextprotocol/server
2+
3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- [#1363](https://github.com/modelcontextprotocol/typescript-sdk/pull/1363) [`0a75810`](https://github.com/modelcontextprotocol/typescript-sdk/commit/0a75810b26e24bae6b9cfb41e12ac770aeaa1da4) Thanks [@DevJanderson](https://github.com/DevJanderson)! - Fix ReDoS vulnerability in
8+
UriTemplate regex patterns (CVE-2026-0621)
9+
10+
- [#1372](https://github.com/modelcontextprotocol/typescript-sdk/pull/1372) [`3466a9e`](https://github.com/modelcontextprotocol/typescript-sdk/commit/3466a9e0e5d392824156d9b290863ae08192d87e) Thanks [@mattzcarey](https://github.com/mattzcarey)! - missing change for fix(client):
11+
replace body.cancel() with text() to prevent hanging
12+
13+
- [#1373](https://github.com/modelcontextprotocol/typescript-sdk/pull/1373) [`8b6e455`](https://github.com/modelcontextprotocol/typescript-sdk/commit/8b6e455c79849612b9101d9f3a71ca5bb548f007) Thanks [@mattzcarey](https://github.com/mattzcarey)! - add application/json header for
14+
notifications
15+
16+
- [#1279](https://github.com/modelcontextprotocol/typescript-sdk/pull/1279) [`71ae3ac`](https://github.com/modelcontextprotocol/typescript-sdk/commit/71ae3acee0203a1023817e3bffcd172d0966d2ac) Thanks [@KKonstantinov](https://github.com/KKonstantinov)! - Initial 2.0.0-alpha.0
17+
client and server package

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server",
3-
"version": "2.0.0-alpha.0",
3+
"version": "2.0.0",
44
"description": "Model Context Protocol implementation for TypeScript",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

0 commit comments

Comments
 (0)