context7
Mon
Wed
Fri
JunJulAugSepOctNovDecJanFebMarAprMay
LessMore
Releases26Avg8/moVersions@upstash/context7-mcp@2.1.3 to ctx7@0.4.5
Last Checked
1h ago
Latest
ctx7@0.4.5
Source
@upstash/context756.6kctx7 setup now properly supports --antigravity, installing skills to .agent/skills, a GEMINI.md rule section (Antigravity reads Gemini-family config), and MCP config to Antigravity 2.0's documented global path ~/.gemini/config/mcp_config.json (with httpUrl for HTTP, matching the Gemini convention). Antigravity has no documented project-level MCP file, so setup --antigravity --project --mcp writes to the global location. Also removes the --universal flag from setup, which was advertised but silently ignored — it never propagated through agent selection, so passing it (e.g. setup --cli --universal --project) caused setup to fall back to auto-detection and write to the wrong directory.ctx7 setup --api-key <KEY> (without --cli, --mcp, or -y) now prompts to choose between MCP server and CLI + Skills modes. Previously, passing --api-key short-circuited to MCP, locking users out of the CLI + Skills option even though that mode also accepts an API key. Explicit --mcp / --cli / --stdio / --oauth / -y still skip the prompt as before.--json flag to ctx7 skills list for machine-parseable output. Emits { skills: [{ name, path, source }] } where path is absolute and source is the agent type (universal, claude, cursor, antigravity). Matches the existing --json pattern on ctx7 library and ctx7 docs.@inquirer/core as a direct dependency of the CLI. It was previously imported in selectOrInput.ts but only resolvable as a transitive of @inquirer/prompts, which caused ctx7 to fail at startup with ERR_MODULE_NOT_FOUND under pnpm's isolated node linker.--stdio flag to ctx7 setup to configure Context7 as a local stdio MCP server.ctx7 skills install and ctx7 skills remove. Skill names from remote SKILL.md files are now restricted to a safe character set, and the install sinks assert the target directory is a direct child of the skills root before writing.ctx7 remove agent detection. Previously, an unparseable JSON config at any agent's well-known path (e.g. a hand-edited ~/.claude.json) would crash the command with an unhandled SyntaxError before it could do anything. The detector now skips the offending file and logs a warning naming the path and parse error so the user can fix it, while detection continues for the remaining agents.CLAUDE_CONFIG_DIR env var when resolving Claude Code's global config, rules, skills, and detection pathsquery-docs MCP tool no longer accepts or forwards a researchMode parameter, and the CLI no longer exposes a --research flag on ctx7 docs.researchMode tool and the CLI docs --research flag for deep, agent-driven documentation answers.ctx7 upgrade command. The CLI now checks for newer versions with cached state, shows a non-blocking notice before interactive commands, and provides safer upgrade guidance across npm, pnpm, bun, and ephemeral runner setups.ctx7 remove as the cleanup counterpart to ctx7 setup, with safer detection and removal behavior. The command now prompts only for agents with actual Context7 artifacts, preserves non-Context7 MCP configuration when removing entries, and includes stronger test coverage for JSON and TOML cleanup.find-docs skill tell Codex to rerun Context7 CLI requests outside the default sandbox after DNS or network failures.--all-agents and --yes support to ctx7 skills install for non-interactive multi-agent installs.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
c3c2647: Use ~/.agents/skills instead of ~/.config/agents/skills for global universal skill installs
ctx7 setuplibrary and docs commands for querying library documentation from the terminalctx7 setupctx7 setup command for configuring Context7 MCP and rules across Claude Code, Cursor, and OpenCode.agents/skills as universal install target, supporting multiple agents with a single installation
--codex, --opencode, and --amp flags with single --universal flagskills suggest command that scans your project's dependencies (package.json, requirements.txt, pyproject.toml) and recommends relevant skills. Results show install counts, trust scores, and which dependency each skill matches.$EDITOR)skills generate command, including library search, clarifying questions, real-time query progress, feedback loop, and weekly quota management.skills list command to show all detected IDE skill directories without prompts.↓100+, ↓50+)install, search, list, remove, infosi, ssctx7 skills install /owner/repo skill-name