docs: fix broken macOS desktop download links#1916
docs: fix broken macOS desktop download links#1916nuthalapativarun wants to merge 1 commit intoMCPJam:mainfrom
Conversation
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
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThis 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 ( 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. Comment |
Summary
Fixes #1823
Direct download links to
MCPJam.Inspector.dmgandMCPJam-Inspector-Setup.exeviareleases/latest/download/return 404 because the v2.3.0 release has no attached assets.README.md,mcpjam-inspector/README.md, anddocs/installation.mdxto link toreleases/latestinstead of the direct file download URLTesting
No code changes — docs only. Verified that
https://github.com/MCPJam/inspector/releases/latestresolves correctly and lists available assets.