Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tris
Copy link

@tris tris commented Jan 27, 2026

Just correcting some orphaned links from #5401:

  • /features/mcp/overview -> /docs/automate/mcp/overview
  • /features/mcp/using-mcp-in-kilo-code -> /docs/automate/mcp/using-in-kilo-code
  • /features/mcp/what-is-mcp -> /docs/automate/mcp/what-is-mcp
  • /features/mcp/server-transports -> /docs/automate/mcp/server-transports
  • /features/mcp/mcp-vs-api -> /docs/automate/mcp/mcp-vs-api

Copilot AI review requested due to automatic review settings January 27, 2026 21:41
@changeset-bot
Copy link

changeset-bot bot commented Jan 27, 2026

⚠️ No Changeset found

Latest commit: 5a35f57

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@tris
Copy link
Author

tris commented Jan 27, 2026

@olearycrew

## Configuring Transports in Kilo Code

For detailed information on configuring STDIO and SSE transports in Kilo Code, including example configurations, see the [Understanding Transport Types](/features/mcp/using-mcp-in-kilo-code#understanding-transport-types) section in the Using MCP in Kilo Code guide.
For detailed information on configuring STDIO and SSE transports in Kilo Code, including example configurations, see the [Understanding Transport Types](using-mcp-in-kilo-code#understanding-transport-types) section in the Using MCP in Kilo Code guide.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: Broken link - filename mismatch

The relative link using-mcp-in-kilo-code doesn't match the actual file using-in-kilo-code.md. This will result in a 404 error.

Suggested change
For detailed information on configuring STDIO and SSE transports in Kilo Code, including example configurations, see the [Understanding Transport Types](using-mcp-in-kilo-code#understanding-transport-types) section in the Using MCP in Kilo Code guide.
For detailed information on configuring STDIO and SSE transports in Kilo Code, including example configurations, see the [Understanding Transport Types](using-in-kilo-code#understanding-transport-types) section in the Using MCP in Kilo Code guide.

@kiloconnect
Copy link
Contributor

kiloconnect bot commented Jan 27, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates broken MCP documentation links from the old /features/mcp/ path to the new /docs/automate/mcp/ path. The changes include:

  • Converting intra-directory links to relative paths (e.g., using-in-kilo-code instead of /features/mcp/using-mcp-in-kilo-code)
  • Updating cross-directory links to use the correct absolute path /docs/automate/mcp/...

All link targets have been verified to exist and the changes are consistent with the documentation structure.

Files Reviewed (7 files)
  • apps/kilocode-docs/pages/automate/mcp/overview.md - Updated 4 links to relative paths
  • apps/kilocode-docs/pages/automate/mcp/server-transports.md - Updated 1 link to relative path
  • apps/kilocode-docs/pages/automate/mcp/using-in-kilo-code.md - Updated 2 links to relative paths
  • apps/kilocode-docs/pages/automate/mcp/what-is-mcp.md - Updated 4 links to relative paths
  • apps/kilocode-docs/pages/code-with-ai/agents/free-and-budget-models.md - Updated 1 link to correct absolute path
  • apps/kilocode-docs/pages/contributing/index.md - Updated 1 link to correct absolute path
  • apps/kilocode-docs/pages/customize/workflows.md - Updated 1 link to correct absolute path
  • apps/kilocode-docs/pages/getting-started/faq.md - Updated 1 link to correct absolute path

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes broken documentation links that were orphaned after the documentation restructuring in PR #5401. The changes update all references to MCP documentation pages to use the correct paths and filenames.

Changes:

  • Updated absolute path references from /features/mcp/* to /docs/automate/mcp/* for cross-directory links
  • Updated relative path references within the /automate/mcp/ directory to use the new filename using-in-kilo-code (renamed from using-mcp-in-kilo-code)
  • Ensured all link changes follow the documentation style guide (absolute paths starting with /docs/ for cross-directory links, relative paths for within-directory links)

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
apps/kilocode-docs/pages/getting-started/faq.md Updated MCP overview link to use correct absolute path
apps/kilocode-docs/pages/customize/workflows.md Updated MCP integrations link to use correct absolute path
apps/kilocode-docs/pages/contributing/index.md Updated MCP Servers documentation link to use correct absolute path
apps/kilocode-docs/pages/code-with-ai/agents/free-and-budget-models.md Updated MCP usage guide link to use correct absolute path and new filename
apps/kilocode-docs/pages/automate/mcp/what-is-mcp.md Updated internal MCP documentation links to use relative paths with new filenames
apps/kilocode-docs/pages/automate/mcp/using-in-kilo-code.md Updated transport documentation links to use relative paths
apps/kilocode-docs/pages/automate/mcp/server-transports.md Updated link to transport types section with correct relative path
apps/kilocode-docs/pages/automate/mcp/overview.md Updated all MCP documentation section links to use relative paths with new filenames

@kevinvandijk kevinvandijk added the documentation Improvements or additions to documentation label Jan 29, 2026
@kevinvandijk
Copy link
Collaborator

@tris We did a big refactor on the docs so this was fixed meanwhile but thanks a lot regardless! 🚀

@tris
Copy link
Author

tris commented Jan 29, 2026

@kevinvandijk I noticed that the 404s/redirects were fixed, but the links actually weren't if you look closely. (reopen please? :)

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants