Conversation
…entation Remove verbose "When to use" bullets, duplicate example, and redundant closing sentence from Registry Field. Trim Related Documentation from 11 to 8 items by removing CLI, Workflow Structure, and Imports links that are less directly relevant to the Tools overview page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 14, 2026
pelikhan
approved these changes
Mar 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Condenses the documentation in tools.md by shortening the MCP registry field explanation and trimming less-relevant links from the Related Documentation section.
Changes:
- Condensed the “Registry Field” section by removing the “When to use” list and extra examples.
- Removed three items from “Related Documentation” to keep the list focused.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| ### Registry Field | ||
|
|
||
| The `registry` field specifies the URI to an MCP server's installation location in an MCP registry. This is useful for documenting the source of an MCP server and can be used by tooling to discover and install MCP servers: | ||
| The `registry` field specifies the source URI of an MCP server in a registry. It is informational — useful for documenting server origin and enabling registry-aware tooling — and does not affect execution. Works with both stdio and HTTP servers: |
| ### Registry Field | ||
|
|
||
| The `registry` field specifies the URI to an MCP server's installation location in an MCP registry. This is useful for documenting the source of an MCP server and can be used by tooling to discover and install MCP servers: | ||
| The `registry` field specifies the source URI of an MCP server in a registry. It is informational — useful for documenting server origin and enabling registry-aware tooling — and does not affect execution. Works with both stdio and HTTP servers: |
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.
Removes bloat from
docs/src/content/docs/reference/tools.md.Changes
Registry Field section (lines 132–169 → 132–142): condensed 38 lines to 11.
Related Documentation (11 items → 8 items): removed three links that are less directly relevant to the Tools overview page:
Metrics
All essential technical information is preserved. The Registry Field description now conveys the same meaning — informational field for documenting server origin, compatible with stdio and HTTP — in a single sentence rather than three bullets.
Issues
Screenshots: Playwright browser runs in a separate network namespace that cannot reach the local preview server (172.30.0.20:4321). All navigation attempts resulted in
net::ERR_CONNECTION_TIMED_OUT. No screenshots were captured.References: §23075406997
✨ PR Review Safe Output Test - Run 23076520751