fix(mcp): surface npm latest across ui#258
Merged
Merged
Conversation
|
Related Knowledge 3 documents with suggested updates are ready for review. gittensory Getting StartedView Suggested Changes@@ -224,13 +224,13 @@
### Install
```sh
-npm install -g @jsonbored/gittensory-mcp
+npm install -g @jsonbored/gittensory-mcp@latest
```
Or run it once without installing globally [[18]](https://gittensory.aethereal.dev/docs/quickstart):
```sh
-npx -y @jsonbored/gittensory-mcp --help
+npx -y @jsonbored/gittensory-mcp@latest --help
```
### Step 1 — Log in
@@ -456,7 +456,7 @@
**Fix:** Run `gittensory-mcp doctor` — it checks whether your installed version matches npm latest and prints the exact upgrade command if you are behind [[42]](https://github.com/JSONbored/gittensory/blob/40c019c82d87568c232fbe7fabf50212e983075a/packages/gittensory-mcp/bin/gittensory-mcp.js#L844-L846). This is a known real-world issue [[43]](https://github.com/JSONbored/gittensory/issues/19). Upgrade with:
```sh
-npm install -g @jsonbored/gittensory-mcp
+npm install -g @jsonbored/gittensory-mcp@latest
```
Or use the no-install fallback: `npx @jsonbored/gittensory-mcp@latest <command>`.✅ Accepted MCP & Agent IntegrationView Suggested Changes@@ -34,7 +34,7 @@
Install `@jsonbored/gittensory-mcp` globally from npm. The package requires **Node.js 22.0.0 or higher** [[7]](https://github.com/JSONbored/gittensory/blob/1e7506f4c5226d0b9b5da8fcd219309d84bacfcd/packages/gittensory-mcp/README.md#L11-L18).
```sh
-npm install -g @jsonbored/gittensory-mcp
+npm install -g @jsonbored/gittensory-mcp@latest
```
If you are working from a local checkout of the Gittensory monorepo, use the workspace link instead:✅ Accepted Overview & ConceptsView Suggested Changes@@ -162,7 +162,7 @@
**What it is:** A local stdio MCP wrapper — the first-class base-agent surface.
-**Install:** `npm install -g @jsonbored/gittensory-mcp`
+**Install:** `npm install -g @jsonbored/gittensory-mcp@latest`
The `@jsonbored/gittensory-mcp` npm package is the primary integration point for coding agents and individual contributors [[30]](https://github.com/JSONbored/gittensory/blob/f63f125e2126dc58ac5a63e88f4f33d1e13b2979/README.md#L23). It inspects local git metadata and calls the Gittensory API without uploading source contents [[20]](https://github.com/JSONbored/gittensory/blob/f63f125e2126dc58ac5a63e88f4f33d1e13b2979/packages/gittensory-mcp/README.md#L3-L5).
@@ -286,7 +286,7 @@
> **Quick install:**
>
> ```sh
-> npm install -g @jsonbored/gittensory-mcp
+> npm install -g @jsonbored/gittensory-mcp@latest
> gittensory-mcp login
> gittensory-mcp doctor
> ```✅ Accepted |
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
dist-tags.latestas the shared current-version source for@jsonbored/gittensory-mcpUI display.0.2.0as the explicitly labeled minimum-supported compatibility floor.What changed
@latestor the resolved npm latest where appropriate.npm run ui:version-auditand wired it intotest:ci.Why
The site was mixing current MCP package display with compatibility metadata, which left visible
0.2copy after npm latest moved to0.3.0. Current version display should come from npm latest; compatibility metadata should stay scoped to/v1/mcp/compatibilityand explicitly labeled minimum support.Validation
npm run ui:version-auditnpm run ui:typechecknpm run ui:lintnpm run ui:buildgit diff --check/,/agents,/docs/quickstart,/docs/mcp-clients,/app/miner,/changelog,/roadmap,/api,/app/commands.Notes
/app/*inner panels are behind GitHub OAuth in production preview, so browser checks cover the signed-out boundary while typecheck/build/source checks cover the authenticated panel changes.dist-tags.latest.