chore(release): version packages#2605
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/master
branch
3 times, most recently
from
May 20, 2026 09:46
9febf8b to
9651808
Compare
github-actions
Bot
force-pushed
the
changeset-release/master
branch
from
May 20, 2026 14:48
9651808 to
a9c7444
Compare
enesgules
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@upstash/context7-mcp@2.3.0
Minor Changes
X-Context7-Auth-Prompt: 1response header on/v2/libs/searchor/v2/context) that an anonymous client has crossed the per-IP threshold, the MCP server appends a one-time sign-in invitation to the tool result.npx ctx7 setup --<client> --mcp -y(with--stdioappended when the MCP server is running on stdio) after explicit user confirmation. The CLI handles OAuth and writes credentials into the MCP client's config; the user restarts their MCP server / editor to pick up the new credentials.X-Context7-Client-IDE/ User-Agent and selects the matching CLI flag (--cursor,--claude,--codex,--opencode,--gemini); falls back to interactive setup when unknown.ctx7@0.4.3
Patch Changes
@inquirer/coreas a direct dependency of the CLI. It was previously imported inselectOrInput.tsbut only resolvable as a transitive of@inquirer/prompts, which causedctx7to fail at startup withERR_MODULE_NOT_FOUNDunder pnpm's isolated node linker.--stdioflag toctx7 setupto configure Context7 as a local stdio MCP server.ctx7 skills installandctx7 skills remove. Skill names from remoteSKILL.mdfiles 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.