1.1 KiB
1.1 KiB
@upstash/context7-pi
0.1.1
Patch Changes
- 33229cb: Clarify the
query-docsquery 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.
0.1.0
Minor Changes
- f91b40c: Initial release. Adds an official Context7 extension for the pi coding agent — registers
resolve-library-idandquery-docstools, ships thecontext7-docsskill, and exposes a/c7-docsslash command. Wire format, error messages, and tool descriptions are copied verbatim from@upstash/context7-mcpso 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; setCONTEXT7_API_KEYfor the higher tier. Install withpi install npm:@upstash/context7-pi.