Draft
Conversation
Add the fourth registry option (Registry Server API) with its OIDC authentication fields and private IP support. Replace the outdated tip that directed users to the Remote URL option for Registry Server connections. Closes #769 Co-Authored-By: Claude Opus 4.6 (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
Updates the ToolHive UI registry guide to document the new Registry Server API registry type and align the option labels with the current Studio UI. This fits the existing UI docs by correcting how users configure custom registries in the desktop app.
Changes:
- Adds Registry Server API as a fourth registry option in the UI settings docs.
- Documents OIDC-related fields for Registry Server connections and notes local/private-network development support.
- Replaces the old tip that told readers to use Remote Registry for Registry Server connections.
| [custom registry tutorial](../tutorials/custom-registry.mdx). | ||
| When you select **Registry Server API**, a **Registry Server API URL** field | ||
| appears where you provide the URL of your Registry Server endpoint (for example: | ||
| `https://registry.example.com:8080/api/registry`). If your Registry Server |
Use the correct base path format (/registry/default) instead of /api/registry. The backend appends /v0.1/servers automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Client ID,Issuer URL) and private IP supportCloses #769
Test plan
🤖 Generated with Claude Code