@upstash/context7-pi@0.1.0

upstash/context7@upstash/context7-pi@0.1.0May 25, 2026by github-actions[bot]

AI Summary

Initial release of an official Context7 extension for the 'pi' coding agent. It provides tools, skills, and commands that mirror the MCP format for consistent LLM instructions.

Key Highlights

  • Official Context7 extension for the pi coding agent.
  • Registers 'resolve-library-id' and 'query-docs' tools.
  • Ships the 'context7-docs' skill and '/c7-docs' slash command.
  • Wire format identical to @upstash/context7-mcp.
  • Self-contained with no runtime dependencies.

New Features

  • Context7 extension for pi
  • resolve-library-id tool
  • query-docs tool
  • context7-docs skill
  • /c7-docs slash command

Full Release Notes

### Minor Changes

-   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`.