Skip to content

Commit 7e956e5

Browse files
chore(release): version packages (#2675)
1 parent f91b40c commit 7e956e5

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.changeset/wicked-bags-ring.md

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

packages/pi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @upstash/context7-pi
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- f91b40c: Initial release. Adds an official Context7 extension for the [pi coding agent](https://pi.dev) — registers `resolve-library-id` and `query-docs` tools, ships the `context7-docs` skill, and exposes a `/c7-docs` slash command. Wire format, error messages, and tool descriptions are copied verbatim from `@upstash/context7-mcp` so pi and MCP clients give the LLM identical instructions and output. Self-contained — no Context7 runtime dependencies. Works out of the box at IP-based rate limits; set `CONTEXT7_API_KEY` for the higher tier. Install with `pi install npm:@upstash/context7-pi`.

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.0.0",
3+
"version": "0.1.0",
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": {

0 commit comments

Comments
 (0)