Skip to content

Commit ee0bb7a

Browse files
chore(release): version packages (#2660)
1 parent 3d73145 commit ee0bb7a

7 files changed

Lines changed: 18 additions & 17 deletions

File tree

.changeset/skills-list-json.md

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

.changeset/strict-feet-end.md

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

.changeset/tasty-shrimps-retire.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.4.4
4+
5+
### Patch Changes
6+
7+
- 7cacc94: Add `--json` flag to `ctx7 skills list` for machine-parseable output. Emits `{ skills: [{ name, path, source }] }` where `path` is absolute and `source` is the agent type (`universal`, `claude`, `cursor`, `antigravity`). Matches the existing `--json` pattern on `ctx7 library` and `ctx7 docs`.
8+
39
## 0.4.3
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.4.3",
3+
"version": "0.4.4",
44
"description": "Context7 CLI - Manage AI coding skills and documentation context",
55
"type": "module",
66
"bin": {

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+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- af6a7b5: Convert the stateless MCP implementation to a stateful one using Redis for session management.
8+
9+
### Patch Changes
10+
11+
- 3d73145: Reduce Redis writes on `refresh` by checking the remaining TTL first and only issuing `EXPIRE` when the session is within one day of expiry.
12+
313
## 2.3.0
414

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

0 commit comments

Comments
 (0)