Skip to content

[docs] docs: condense tools.md Registry Field section and trim Related Documentation#20879

Merged
pelikhan merged 1 commit intomainfrom
docs/unbloat-tools-96646d62b7f8a10d
Mar 14, 2026
Merged

[docs] docs: condense tools.md Registry Field section and trim Related Documentation#20879
pelikhan merged 1 commit intomainfrom
docs/unbloat-tools-96646d62b7f8a10d

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 14, 2026

Removes bloat from docs/src/content/docs/reference/tools.md.

Changes

Registry Field section (lines 132–169 → 132–142): condensed 38 lines to 11.

  • Removed verbose "When to use" bullet list (3 bullets → 1 inline sentence)
  • Removed duplicate example code block (stdio + HTTP examples → one stdio example)
  • Removed redundant closing sentence that repeated the opening description

Related Documentation (11 items → 8 items): removed three links that are less directly relevant to the Tools overview page:

  • CLI Commands
  • Workflow Structure
  • Imports

Metrics

Metric Before After Reduction
Lines 183 153 30 lines (16%)
Bullet points 13 7 6 bullets (46%)

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

🗜️ Compressed by Documentation Unbloat ·

  • expires on Mar 16, 2026, 12:11 AM UTC


✨ PR Review Safe Output Test - Run 23076520751

💥 [THE END] — Illustrated by Smoke Claude ·

…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>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation labels Mar 14, 2026
@pelikhan pelikhan marked this pull request as ready for review March 14, 2026 01:45
Copilot AI review requested due to automatic review settings March 14, 2026 01:45
@pelikhan pelikhan merged commit 83d7153 into main Mar 14, 2026
1 check passed
@pelikhan pelikhan deleted the docs/unbloat-tools-96646d62b7f8a10d branch March 14, 2026 01:45
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

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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants