Skip to content

docs: fix broken macOS desktop download links#1916

Open
nuthalapativarun wants to merge 1 commit intoMCPJam:mainfrom
nuthalapativarun:fix/broken-macos-download-link
Open

docs: fix broken macOS desktop download links#1916
nuthalapativarun wants to merge 1 commit intoMCPJam:mainfrom
nuthalapativarun:fix/broken-macos-download-link

Conversation

@nuthalapativarun
Copy link
Copy Markdown

Summary

Fixes #1823

Direct download links to MCPJam.Inspector.dmg and MCPJam-Inspector-Setup.exe via releases/latest/download/ return 404 because the v2.3.0 release has no attached assets.

  • Update README.md, mcpjam-inspector/README.md, and docs/installation.mdx to link to releases/latest instead of the direct file download URL
  • Users land on the GitHub releases page and can download whichever assets are available for the latest release

Testing

No code changes — docs only. Verified that https://github.com/MCPJam/inspector/releases/latest resolves correctly and lists available assets.

Direct download links for v2.3.0 return 404 because the release has no
attached assets. Point to the releases/latest page instead so users can
always find the available installers regardless of which assets are
published for a given release.

Fixes MCPJam#1823
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 24, 2026
@chelojimenez
Copy link
Copy Markdown
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@dosubot dosubot Bot added the documentation Improvements or additions to documentation label Apr 24, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 158569a8-e8da-4ef5-931a-e44d323d4f19

📥 Commits

Reviewing files that changed from the base of the PR and between 934c606 and 46d3f0e.

📒 Files selected for processing (3)
  • README.md
  • docs/installation.mdx
  • mcpjam-inspector/README.md

Walkthrough

This pull request updates installation documentation across three files—README.md, docs/installation.mdx, and mcpjam-inspector/README.md—by modifying download links for the Desktop App. The changes redirect macOS and Windows installation links from direct asset download endpoints to GitHub's releases landing page, while explicitly noting the specific installer filenames (MCPJam.Inspector.dmg and MCPJam-Inspector-Setup.exe) that users should download from those pages.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v2.3.0 macOS desktop download returns 404

2 participants