Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/sanitize-mcp-body-errors.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-dodos-oidc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-clis-connect.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.11

### Patch Changes

- e127fa1: Add outbound-independent on-premise MCP setup through `ctx7 setup --base-url`, including secure interactive personal API-key entry and anonymous-auth discovery support.

## 0.5.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ctx7",
"version": "0.5.10",
"version": "0.5.11",
"description": "Context7 CLI - Fetch documentation context and configure Context7",
"type": "module",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @upstash/context7-mcp

## 4.0.6

### Patch Changes

- 5a7039b: Add per-request bearer-token providers and Vercel Marketplace resource OIDC validation.
- 80e681a: Return sanitized JSON-RPC errors for rejected MCP request bodies.

## 4.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upstash/context7-mcp",
"version": "4.0.5",
"version": "4.0.6",
"mcpName": "io.github.upstash/context7",
"description": "MCP server for Context7",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @upstash/context7-sdk

## 0.4.1

### Patch Changes

- 5a7039b: Add per-request bearer-token providers and Vercel Marketplace resource OIDC validation.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upstash/context7-sdk",
"version": "0.4.0",
"version": "0.4.1",
"description": "JavaScript/TypeScript SDK for Context7",
"scripts": {
"build": "tsup",
Expand Down
7 changes: 7 additions & 0 deletions packages/tools-ai-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @upstash/context7-tools-ai-sdk

## 1.0.1

### Patch Changes

- Updated dependencies [5a7039b]
- @upstash/context7-sdk@0.4.1

## 1.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/tools-ai-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upstash/context7-tools-ai-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "Context7 tools for Vercel AI SDK",
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -29,7 +29,7 @@
"clean": "rm -rf dist"
},
"peerDependencies": {
"@upstash/context7-sdk": ">=0.4.0",
"@upstash/context7-sdk": ">=0.4.1",
"ai": ">=6.0.0",
"zod": ">=4.0.0"
},
Expand Down
Loading