Conversation
MCP pkg_changelog now takes one required package target for latest, exact, and interval lookups instead of structured coordinates or repository addressing. CLI keeps --from/--to as package flags, exact pins use packageInfo changelog, and empty timeline selections succeed. Co-authored-by: Cursor <[email protected]>
Keep the first sentence and first 80 characters, drop repeated grammar from the tool description, and align routing and skills with package-only targets. Co-authored-by: Cursor <[email protected]>
Exact mode text was echoing the requested selector in the summary header. Keep filter.version as the selector and show the concrete entry version. Co-authored-by: Cursor <[email protected]>
Keep the package-only changelog note as a new 0.21 fragment instead of editing the fragment that 0.20.0 already consumed. Co-authored-by: Cursor <[email protected]>
jlitola
force-pushed
the
jlitola/mcp-tool-surface-plan
branch
from
September 18, 2026 11:19
45eb6c4 to
642cd45
Compare
Cover executeExactPackageChangelog GraphQL 'No matching version found' the same way packageDependencies already does, so a missing pin stays VERSION_NOT_FOUND. Co-authored-by: Cursor <[email protected]>
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.
Summary
pkg changelogpackage-only: one compactregistry:name[@version|@from..to]target, no repository or site coordinates.packageInfo.selectedVersion.changelogand timelines throughpackageChangelog. Empty selections and no-notes exact releases succeed; missing pins stayVERSION_NOT_FOUND.Test plan
bun run plugins:generateandbun run plugins:checkbun run smoke:mcpandbun run smoke:cli(live-capable; exact pin plus repository rejection)package-changelog.md,package-changelog-exact.md,package-changelog-range.md, descriptor-only catalog probe)Made with Cursor