docs(config): correct MCP docs path in cli-config.yaml.example - #49877
Closed
BBCrypto-web wants to merge 1 commit into
Closed
docs(config): correct MCP docs path in cli-config.yaml.example#49877BBCrypto-web wants to merge 1 commit into
BBCrypto-web wants to merge 1 commit into
Conversation
The MCP section pointed to docs/mcp.md, which does not exist. Point it to website/docs/user-guide/features/mcp.md, matching the existing hooks.md reference convention in the same file. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Merged via PR #49944 (docs salvage cluster 2). Your commit was cherry-picked onto current main with your authorship preserved in git log — rebase-merged so it lands under your name. Thanks for the contribution! |
Contributor
Author
|
Thanks for including the fix and preserving authorship. Glad to help with small docs/config consistency improvements. |
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.
The MCP section in
cli-config.yaml.examplepointed todocs/mcp.md, but that file does not exist in the repo.The actual MCP documentation lives at:
website/docs/user-guide/features/mcp.mdThis PR updates the comment to point to the correct docs path, matching the existing
website/docs/user-guide/features/hooks.mdreference convention used elsewhere in the same file.Comment-only change: