Skip to content

Commit bb63cfb

Browse files
chore(release): version packages
1 parent 6983b20 commit bb63cfb

File tree

6 files changed

+19
-18
lines changed

6 files changed

+19
-18
lines changed

.changeset/good-geese-start.md

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

.changeset/slimy-dancers-wait.md

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

packages/mcp/CHANGELOG.md

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

3+
## 1.0.32
4+
5+
### Patch Changes
6+
7+
- ad23996: Remove masked API key display from unauthorized error responses
8+
39
## 1.0.31
410

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

packages/tools-ai-sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @upstash/context7-tools-ai-sdk
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- f820f7f: Initial release of `@upstash/context7-tools-ai-sdk` - Vercel AI SDK integration for Context7.
8+
9+
### Features
10+
- **Tools**: `resolveLibrary()` and `getLibraryDocs()` tools compatible with AI SDK's `generateText` and `streamText`
11+
- **Agent**: Pre-configured `Context7Agent` that handles the multi-step documentation retrieval workflow automatically

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

0 commit comments

Comments
 (0)