Skip to content

Commit a37d30c

Browse files
chore(release): version packages (#3102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21c3dd4 commit a37d30c

8 files changed

Lines changed: 16 additions & 22 deletions

File tree

.changeset/fuzzy-ravens-setup.md

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

.changeset/mcp-plugin-client-auth.md

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

.changeset/quiet-dodos-listen.md

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

.changeset/remove-legacy-client-ip.md

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

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.5.10
4+
5+
### Patch Changes
6+
7+
- 76140fc: Use API keys returned by the device login flow directly during MCP setup instead of sending them to a dashboard session endpoint to generate another key.
8+
39
## 0.5.9
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ctx7",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "Context7 CLI - Fetch documentation context and configure Context7",
55
"type": "module",
66
"bin": {

packages/mcp/CHANGELOG.md

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

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- 21c3dd4: Require authentication and track usage separately for the Claude Code plugin.
8+
- 4e980f6: Increase the default HTTP subscription capacity and allow deployments to configure it with `MCP_MAX_SUBSCRIPTIONS`.
9+
- 2a851fc: Remove the legacy AES-CBC client-IP header now that authenticated assertions are deployed.
10+
311
## 4.0.4
412

513
### 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": "4.0.4",
3+
"version": "4.0.5",
44
"mcpName": "io.github.upstash/context7",
55
"description": "MCP server for Context7",
66
"scripts": {

0 commit comments

Comments
 (0)