Skip to content
Open
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/bright-foxes-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bump-zod.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-chairs-bet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-islands-kick.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- 572c3ca: Simplify `skills list` command to show all detected IDE skill directories without prompts.
- fd27e29: Fix circular scrolling in list prompts - navigation now stops at list boundaries instead of wrapping around

## 0.1.4

- Add prompt injection detection with warning messages for blocked skills
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.1.4",
"version": "0.1.5",
"description": "Context7 CLI - Manage AI coding skills and documentation context",
"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

## 2.1.1

### Patch Changes

- 02148ff: Bump zod from 3.x to 4.x
- 8a2ad1a: Use stateless pattern for HTTP transport to prevent connection leaks. Creates a new McpServer instance per HTTP request instead of sharing a single global instance.

## 2.1.0

### Minor 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": "2.1.0",
"version": "2.1.1",
"mcpName": "io.github.upstash/context7",
"description": "MCP server for Context7",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tools-ai-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @upstash/context7-tools-ai-sdk

## 0.2.2

### Patch Changes

- 02148ff: Bump zod from 3.x to 4.x

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.2.1",
"version": "0.2.2",
"description": "Context7 tools for Vercel AI SDK",
"type": "module",
"main": "./dist/index.cjs",
Expand Down