Skip to content

Remove registry groups from documentation#938

Open
danbarr wants to merge 1 commit into
mainfrom
remove-registry-groups
Open

Remove registry groups from documentation#938
danbarr wants to merge 1 commit into
mainfrom
remove-registry-groups

Conversation

@danbarr

@danbarr danbarr commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Description

Registry groups are deprecated and no longer surfaced by the CLI or UI with the upstream registry format. This removes the feature from the docs:

  • guides-cli/registry.mdx: removed the ## Organize servers with registry groups section (the data.groups JSON example, "Group structure", "Key characteristics", and "Full example"). The runtime-groups content that was nested under it is already covered by group management and run-mcp-servers, so it's removed here too, with a "Next steps" pointer to group management added instead.
  • guides-ui/registry.mdx: removed the entire ## Registry groups section ("Browse and view groups", "Install a group").
  • reference/registry-schema-upstream.mdx: dropped groups from the front-matter description, intro, and data object description (now "two arrays").

The custom-registry tutorial cleanup is handled separately in #814.

Type of change

  • Documentation update

Related issues/PRs

Closes #815.

Registry groups are deprecated and no longer surfaced by the CLI or UI
with the upstream registry format. Remove the registry-groups sections
from the CLI and UI registry guides and drop groups references from the
registry schema reference.

The runtime-groups content nested under the CLI registry-groups section
is already covered by the group management guide and run-mcp-servers, so
remove it here and point to group management from Next steps instead.

Closes #815.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 12, 2026 13:39
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-website Ready Ready Preview, Comment Jun 12, 2026 1:40pm

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes deprecated “registry groups” documentation now that groups are no longer surfaced by the CLI/UI when using the upstream registry format, and updates the upstream registry schema reference text to match the current schema shape.

Changes:

  • Removed the registry-groups sections from the CLI and UI “Use the registry” guides.
  • Updated the upstream registry schema reference to describe data as containing servers and skills (no groups).

Reviewed changes

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

File Description
docs/toolhive/guides-cli/registry.mdx Removes the registry-groups section and updates “Next steps” to point readers to runtime group management.
docs/toolhive/guides-ui/registry.mdx Removes the UI documentation for browsing/installing registry groups.
docs/toolhive/reference/registry-schema-upstream.mdx Updates front matter and intro text to remove groups references and describe the data object correctly.

@danbarr danbarr requested a review from rdimitrov June 12, 2026 13:43
@danbarr danbarr enabled auto-merge (squash) June 12, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove registry groups from documentation

2 participants