Remove registry groups from documentation#938
Open
danbarr wants to merge 1 commit into
Open
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
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
dataas containingserversandskills(nogroups).
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. |
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.
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 groupssection (thedata.groupsJSON 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 groupssection ("Browse and view groups", "Install a group").reference/registry-schema-upstream.mdx: droppedgroupsfrom the front-matter description, intro, anddataobject description (now "two arrays").The custom-registry tutorial cleanup is handled separately in #814.
Type of change
Related issues/PRs
Closes #815.