Skip to content

Releases: upstash/context7

@upstash/context7-mcp@2.1.8

Choose a tag to compare

@github-actions github-actions released this 13 Apr 00:21
c31528d

Patch Changes

  • 00833f9: Preserve Node's default trusted CAs when NODE_EXTRA_CA_CERTS is configured, and add a regression test for custom CA loading.

ctx7@0.3.11

Choose a tag to compare

@github-actions github-actions released this 09 Apr 08:52
5f108ec

Patch Changes

  • bc8eaf1: Add --all-agents and --yes support to ctx7 skills install for non-interactive multi-agent installs.

ctx7@0.3.10

Choose a tag to compare

@github-actions github-actions released this 06 Apr 17:42
36463ad

Patch Changes

  • fb29170: Add Gemini CLI support to setup command
  • 89d4862: Use GITHUB_TOKEN/GH_TOKEN or gh CLI auth for skill downloads to avoid GitHub API rate limits and support private repos
  • 8322879: Improve resolve libryar id tool prompt to provide the libraryName query with proper format

@upstash/context7-tools-ai-sdk@0.2.3

Choose a tag to compare

@github-actions github-actions released this 06 Apr 17:42
36463ad

Patch Changes

  • 8322879: Improve resolve libryar id tool prompt to provide the libraryName query with proper format

@upstash/context7-mcp@2.1.7

Choose a tag to compare

@github-actions github-actions released this 06 Apr 17:42
36463ad

Patch Changes

  • 658ec67: Add --version/-v flag to MCP CLI
  • 8322879: Improve resolve libryar id tool prompt to provide the libraryName query with proper format

ctx7@0.3.9

Choose a tag to compare

@github-actions github-actions released this 27 Mar 21:33
3b9c9b2

Patch Changes

  • 6961bdd: Allow re-selecting already configured agents in ctx7 setup and overwrite existing MCP config entries instead of skipping them. Fix TOML replacement to correctly handle sub-sections and prevent whitespace drift on repeated runs.

ctx7@0.3.8

Choose a tag to compare

@github-actions github-actions released this 27 Mar 14:17
d349240

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

Choose a tag to compare

@github-actions github-actions released this 27 Mar 14:17
d349240

Patch Changes

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

ctx7@0.3.6

Choose a tag to compare

@github-actions github-actions released this 16 Mar 10:26
1dfb931

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

Choose a tag to compare

@github-actions github-actions released this 11 Mar 22:02
c3728bb

Patch Changes

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