Skip to content

Commit 44cb6da

Browse files
Version Packages
1 parent b2326af commit 44cb6da

File tree

17 files changed

+80
-48
lines changed

17 files changed

+80
-48
lines changed

.changeset/brave-lions-glow.md

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

.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/funky-baths-attack.md

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

.changeset/heavy-walls-swim.md

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

.changeset/shy-times-learn.md

Lines changed: 0 additions & 8 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 - Client package",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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)
9+
10+
- [#1419](https://github.com/modelcontextprotocol/typescript-sdk/pull/1419) [`dcf708d`](https://github.com/modelcontextprotocol/typescript-sdk/commit/dcf708d892b7ca5f137c74109d42cdeb05e2ee3a) Thanks [@KKonstantinov](https://github.com/KKonstantinov)! - remove deprecated .tool,
11+
.prompt, .resource method signatures
12+
13+
- [#1419](https://github.com/modelcontextprotocol/typescript-sdk/pull/1419) [`dcf708d`](https://github.com/modelcontextprotocol/typescript-sdk/commit/dcf708d892b7ca5f137c74109d42cdeb05e2ee3a) Thanks [@KKonstantinov](https://github.com/KKonstantinov)! - deprecated .tool, .prompt,
14+
.resource method removal

0 commit comments

Comments
 (0)