PRDCT-583: redirect /integrate/mcp/ to help (dev-side delete for #1050) - #407
Closed
Iamfle4ka wants to merge 1 commit into
Closed
PRDCT-583: redirect /integrate/mcp/ to help (dev-side delete for #1050)#407Iamfle4ka wants to merge 1 commit into
Iamfle4ka wants to merge 1 commit into
Conversation
The MCP content was merged into help.keboola.com/ai/mcp-server/ in keboola/connection-docs#1050 (merged 2026-08-03). This is the second half of that unit: the dev page stops serving its own copy and redirects to the canonical one, so the two cannot drift apart. Uses jekyll-redirect-from's redirect_to, already a dependency, so the /integrate/mcp/ URL keeps working for existing inbound links. Also drops the now-dead nav entry. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Collaborator
Author
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.
Second half of the MCP merge unit. The content moved to help.keboola.com/ai/mcp-server/ in connection-docs#1050 (merged 2026-08-03); this stops the dev copy from serving a second, drifting version of the same page.
Per the 2026-07-27 navigation call the shape is two PRs per unit — merge into help first, then delete from dev. This is the delete half.
What changes
integrate/mcp.md— 363 lines of content replaced by aredirect_tostub. Thepermalinkis unchanged, so/integrate/mcp/keeps working for existing inbound links and now lands on the help page instead of showing a stale duplicate.jekyll-redirect-fromis already in_config.yml, so no new dependency._data/navigation.yml— theMCP Integrationentry removed; it would otherwise point at a redirect.Verified
/ai/mcp-server/exists onmainin connection-docs — checked against the actual page list, not assumed.🤖 Generated with Claude Code