Skip to content

Releases: upstash/context7

ctx7@0.3.8

27 Mar 14:17
d349240

Choose a tag to compare

Patch Changes

  • a667712: Update search filter warning

  • d739f9b: Fix OpenCode MCP setup to resolve all config file variants (opencode.json, opencode.jsonc, .opencode.json, .opencode.jsonc)

  • 4f13168: Install rules alongside skills in ctx7 setup for better trigger rates

    • CLI setup now installs a rule file for each agent (previously only installed the skill)
    • Rule content fetched from GitHub, with agent-specific formatting (alwaysApply for Cursor)
    • Updated find-docs skill description for higher invocation rates (66% -> 98%)
    • Added Codex agent support with AGENTS.md append
    • OpenCode now writes to AGENTS.md instead of .opencode/rules/
    • Selective rule content with explicit when-to-use/when-not-to-use guidance
  • c3c2647: Use ~/.agents/skills instead of ~/.config/agents/skills for global universal skill installs

@upstash/context7-mcp@2.1.6

27 Mar 14:17
d349240

Choose a tag to compare

Patch Changes

  • a667712: Update search filter warning
  • be1a39a: Update server metadata and instructions.

ctx7@0.3.6

16 Mar 10:26
1dfb931

Choose a tag to compare

Patch Changes

  • fae6127: Add active teamspace name to whoami command output
  • 4b63117: Reorder setup mode choices to show MCP server first
  • 18b3292: Add token refresh support, centralize auth constants, switch whoami to internal API endpoint with teamspace display, and add unit tests for CLI auth utilities and commands

ctx7@0.3.5

11 Mar 22:02
c3728bb

Choose a tag to compare

Patch Changes

  • 7e60d05: - feat(cli): track install count events when skills are installed via ctx7 setup

ctx7@0.3.4

11 Mar 14:15
87892ed

Choose a tag to compare

Patch Changes

  • 62dc278: - feat(cli): enumerate popularity with a 4-star scale in skill search, install, and suggest results
    • feat(cli): show install count range and trust score in skill hover details
    • fix(cli): rename "docs" skill to "find-docs" in setup output and prompts
  • 04130b5: Consolidate skills under /skills with canonical sources: rename docs→find-docs, ctx7-cli→context7-cli, add context7-mcp as canonical MCP skill. MCP setup now downloads skill from GitHub instead of using hardcoded content.
  • d418405: Add CLI mode to ctx7 setup for installing the docs skill without MCP configuration

ctx7@0.3.3

10 Mar 14:20
945f9ae

Choose a tag to compare

Patch Changes

  • 31b4fb8: Align CLI library output format with MCP: use labeled fields (Title, Context7-compatible library ID, Description, Code Snippets, Source Reputation, Benchmark Score, Versions) and categorical reputation labels (High/Medium/Low/Unknown) instead of numeric trust scores
  • 9de3f06: Display warning when public library access filter is being used to filter libraries.
  • 05a4406: Remove default selection of Universal agent target during skills install prompt
  • 9aae852: Show source repository next to skill name in search and suggest results for easier disambiguation

@upstash/context7-mcp@2.1.4

10 Mar 14:20
945f9ae

Choose a tag to compare

Patch Changes

  • 9de3f06: Display warning when public library access filter is being used to filter libraries.

ctx7@0.3.2

06 Mar 13:22
ffb14fd

Choose a tag to compare

Patch Changes

  • df60e3e: Add library and docs commands for querying library documentation from the terminal

@upstash/context7-mcp@2.1.3

04 Mar 12:51
7e0309b

Choose a tag to compare

Patch Changes

  • 9523522: Reject GET requests on MCP endpoints with 405 to eliminate idle SSE connection timeouts
  • 59d0327: Include source field in search result response

@upstash/context7-mcp@2.1.2

23 Feb 10:06
76d70a1

Choose a tag to compare

Patch Changes

  • 617d8ed: Remove unnecessary warning and update tool descriptions