Skip to content

Commit e5ccf19

Browse files
chore(release): version packages (#1383)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1633a79 commit e5ccf19

6 files changed

Lines changed: 18 additions & 17 deletions

File tree

.changeset/good-worms-check.md

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

.changeset/yellow-chairs-study.md

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

packages/mcp/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @upstash/context7-mcp
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- ef82f30: Add OAuth 2.0 authentication support for MCP server
8+
- Add new `/mcp/oauth` endpoint requiring JWT authentication
9+
- Implement JWT validation against authorization server JWKS
10+
- Add OAuth Protected Resource Metadata endpoint (RFC 9728) at `/.well-known/oauth-protected-resource`
11+
- Include `WWW-Authenticate` header for OAuth discovery
12+
313
## 2.0.2
414

515
### Patch Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upstash/context7-mcp",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"mcpName": "io.github.upstash/context7",
55
"description": "MCP server for Context7",
66
"scripts": {

packages/tools-ai-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @upstash/context7-tools-ai-sdk
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 07a53dc: Upgrade ai peer dependency to >=6.0.0 for AI SDK v6 compatibility
8+
39
## 0.2.0
410

511
### Minor Changes

packages/tools-ai-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upstash/context7-tools-ai-sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Context7 tools for Vercel AI SDK",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)