Skip to content

Commit 98baa58

Browse files
chore(release): version packages (#2878)
1 parent 33229cb commit 98baa58

10 files changed

Lines changed: 29 additions & 17 deletions

File tree

.changeset/loud-camels-visit.md

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

.changeset/plenty-wasps-retire.md

Lines changed: 0 additions & 8 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.4
4+
5+
### Patch Changes
6+
7+
- 33229cb: Clarify the `query-docs` query description so it asks for a single concept per query. When a question spans multiple distinct topics, callers are now told to make a separate query per concept instead of combining them (unless the question is about how the concepts interact), which avoids diluted, shallow results. Applied consistently across the MCP server, CLI, pi, and AI SDK tools.
8+
39
## 0.5.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.5.3",
3+
"version": "0.5.4",
44
"description": "Context7 CLI - Fetch documentation context and configure Context7",
55
"type": "module",
66
"bin": {

packages/mcp/CHANGELOG.md

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

3+
## 3.2.3
4+
5+
### Patch Changes
6+
7+
- 41878ec: Skip loopback (`127.0.0.0/8`), link-local (`169.254.0.0/16`), CGNAT (`100.64.0.0/10`), IPv6 loopback (`::1`), IPv6 link-local (`fe80::/10`), and IPv6 unique-local (`fc00::/7`) addresses when extracting the client IP from `X-Forwarded-For`, so proxy-internal hops no longer pollute the reported client IP.
8+
- 33229cb: Clarify the `query-docs` query description so it asks for a single concept per query. When a question spans multiple distinct topics, callers are now told to make a separate query per concept instead of combining them (unless the question is about how the concepts interact), which avoids diluted, shallow results. Applied consistently across the MCP server, CLI, pi, and AI SDK tools.
9+
310
## 3.2.2
411

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

packages/pi/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 33229cb: Clarify the `query-docs` query description so it asks for a single concept per query. When a question spans multiple distinct topics, callers are now told to make a separate query per concept instead of combining them (unless the question is about how the concepts interact), which avoids diluted, shallow results. Applied consistently across the MCP server, CLI, pi, and AI SDK tools.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/pi/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-pi",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Official Context7 extension for pi.dev — adds resolve-library-id and query-docs tools to the pi coding agent",
55
"type": "module",
66
"pi": {

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.4
4+
5+
### Patch Changes
6+
7+
- 33229cb: Clarify the `query-docs` query description so it asks for a single concept per query. When a question spans multiple distinct topics, callers are now told to make a separate query per concept instead of combining them (unless the question is about how the concepts interact), which avoids diluted, shallow results. Applied consistently across the MCP server, CLI, pi, and AI SDK tools.
8+
39
## 0.2.3
410

511
### Patch 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.3",
3+
"version": "0.2.4",
44
"description": "Context7 tools for Vercel AI SDK",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)