docs: fix broken links in the MCP setup guides - #6002
Merged
Merged
Conversation
Reported on the forum: several links on the MCP tool setup pages are dead. * github.com/vaadin/vaadin-mcp is a private repository, so every "Vaadin MCP Server Repository" link returned 404. Point readers at the public server endpoint instead, and send tool configuration contributions to the documentation repository. * spec.modelcontextprotocol.io no longer resolves; the specification now lives under modelcontextprotocol.io/specification. * The Windsurf, Cursor, and Junie documentation links pointed at pages that have since been moved or retired.
Preview DeploymentThis PR has been deployed for preview. URL: https://docs-preview-pr-6002.fly.dev Changed pagesAdded content is highlighted in green; removed content is marked in red on each page.
Built from ce7f27f |
Artur-
enabled auto-merge (squash)
September 15, 2026 12:36
Artur-
disabled auto-merge
September 15, 2026 12:37
Main already removed the links to the private vaadin/vaadin-mcp repository in #6005, so those removals win over this branch's replacements. What remains here are the vendor documentation links that still point at moved or retired pages, plus a destination for the contribution steps on the Other Tools page.
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
Some links on the MCP tool setup pages were dead. This updates them to the current vendor documentation pages and tells readers where to send their own tool configurations.
What changed
Documentation only — no code, no behavior change.
cursor.com/docs/mcpinstead of the olddocs.cursor.compage.junie.jetbrains.com/docs/instead of the retired JetBrains IDEA help page.docs.windsurf.cominstead of the old Codeium domain.The links to the private
vaadin/vaadin-mcprepository were already removed onmainin #6005, so this branch no longer touches them.