Skip to content

fix(mcp): point README to live integration guide - #55

Merged
Kikobeats merged 1 commit into
masterfrom
fix/mcp-readme-integration-link
Sep 13, 2026
Merged

fix(mcp): point README to live integration guide#55
Kikobeats merged 1 commit into
masterfrom
fix/mcp-readme-integration-link

Conversation

@Kikobeats

@Kikobeats Kikobeats commented Sep 13, 2026

Copy link
Copy Markdown
Member

Problem

The README's canonical link, https://microlink.io/integration/mcp, returns 404 (verified live). The real guide lives at https://microlink.io/integrations/mcp (200). An agent or user following the README lands on a dead page during setup - exactly the audience the MCP targets.

Fix

One-word route fix (/integration/mcp -> /integrations/mcp), plus a regression test asserting the README references the live route and never the stale one.

Tests

New readme-links.test.js. MCP suite 104/104 (8 live opt-in tests skipped), standard + standard-markdown lint green.


Note

Low Risk
Documentation URL correction and a static README assertion only; no runtime or auth behavior changes.

Overview
Fixes a broken setup link in packages/mcp/README.md: the MCP integration walkthrough now points to https://microlink.io/integrations/mcp instead of the 404 /integration/mcp path.

Adds readme-links.test.js, which scans README microlink.io URLs and fails if the stale route appears or the live /integrations/mcp route is missing.

Reviewed by Cursor Bugbot for commit ef9e702. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented Sep 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 49 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 8c9c4413-1dad-450a-9c39-9988dde17b2c

📥 Commits

Reviewing files that changed from the base of the PR and between 69d1f76 and ef9e702.

📒 Files selected for processing (2)
  • packages/mcp/README.md
  • packages/mcp/test/readme-links.test.js

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.

@coveralls

coveralls commented Sep 13, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 34747002808

Warning

No base build found for commit 69d1f76 on master.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 79.481%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 5188
Covered Lines: 4134
Line Coverage: 79.68%
Relevant Branches: 865
Covered Branches: 677
Branch Coverage: 78.27%
Branches in Coverage %: Yes
Coverage Strength: 25.69 hits per line

💛 - Coveralls

The README linked to https://microlink.io/integration/mcp, which returns
404; the live page is https://microlink.io/integrations/mcp. Add a
regression test asserting the canonical route.

Signed-off-by: Jose Francisco 'Kiko' Verdú Gambín <2096101+Kikobeats@users.noreply.github.com>
@Kikobeats
Kikobeats force-pushed the fix/mcp-readme-integration-link branch from 2182c0c to ef9e702 Compare September 13, 2026 08:09
@Kikobeats
Kikobeats merged commit b6adb17 into master Sep 13, 2026
9 checks passed
@Kikobeats
Kikobeats deleted the fix/mcp-readme-integration-link branch September 13, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants