feat(mcp): detect stale installs and API compatibility in doctor and status - #28
Merged
JSONbored merged 3 commits intoMay 29, 2026
Merged
Conversation
Crystora
force-pushed
the
feat/mcp-doctor-stale-install-check
branch
2 times, most recently
from
May 29, 2026 00:58
379438b to
f52b50f
Compare
JSONbored
requested changes
May 29, 2026
JSONbored
left a comment
Owner
There was a problem hiding this comment.
PR #28 - feat(mcp): detect stale installs and API compatibility in doctor and status
Signal: REQUEST CHANGES
Required changes:
- Fix changelog freshness: CI fails at changelog:check.
- Do not rewrite packages/gittensory-mcp/CHANGELOG.md into a stale/unreleased shape; run the repo’s changelog command or remove manual changelog drift.
- Keep the implementation; the version/API compatibility approach is generally sound.
- Watch for conflicts with #27 because both modify packages/gittensory-mcp/bin/gittensory-mcp.js and mcp-cli tests.
Crystora
force-pushed
the
feat/mcp-doctor-stale-install-check
branch
from
May 29, 2026 04:52
f52b50f to
a7914d5
Compare
Contributor
Author
|
@JSONbored Fixed changelog. |
Signed-off-by: ghost <49853598+JSONbored@users.noreply.github.com>
This was referenced Jul 2, 2026
This was referenced Jul 12, 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.
Summary
Closes #19
gittensory-mcp doctorandgittensory-mcp status.latestwith semver-aware handling.npm install -g @jsonbored/gittensory-mcp@latest.npx @jsonbored/gittensory-mcp@latest <command>./healthwhenminMcpVersionorminClientVersionis available.Validation
npm run test:cinpm run changelog:checkSafety