Gap
registry.mdx lines 100-114 describes three registry source options (Default / Remote URL / Local File Path) and, in a tip at lines 119-126, suggests pointing "Remote Registry (URL)" at a self-hosted Registry Server. At v0.30.0 the dropdown exposes a fourth option — Registry Server API — specifically for the ToolHive Registry Server, which additionally exposes OIDC fields (client_id, issuer_url) and an allow_private_ip checkbox. The guide's existing tip actively misdirects users away from the purpose-built option.
Source in app (v0.30.0)
renderer/src/common/components/settings/registry/utils.ts (REGISTRY_TYPE_OPTIONS)
renderer/src/common/components/settings/registry/registry-api-oauth-fields.tsx
renderer/src/common/components/settings/registry/schema.ts
Docs to update
docs/toolhive/guides-ui/registry.mdx (Registry settings section; revise the Registry Server tip)
Introducing PR
stacklok/toolhive-studio#1783 — feat(registry): handle authentication for registry server api
Parent
Part of #751.
Gap
registry.mdxlines 100-114 describes three registry source options (Default / Remote URL / Local File Path) and, in a tip at lines 119-126, suggests pointing "Remote Registry (URL)" at a self-hosted Registry Server. At v0.30.0 the dropdown exposes a fourth option — Registry Server API — specifically for the ToolHive Registry Server, which additionally exposes OIDC fields (client_id,issuer_url) and anallow_private_ipcheckbox. The guide's existing tip actively misdirects users away from the purpose-built option.Source in app (v0.30.0)
renderer/src/common/components/settings/registry/utils.ts(REGISTRY_TYPE_OPTIONS)renderer/src/common/components/settings/registry/registry-api-oauth-fields.tsxrenderer/src/common/components/settings/registry/schema.tsDocs to update
docs/toolhive/guides-ui/registry.mdx(Registry settings section; revise the Registry Server tip)Introducing PR
stacklok/toolhive-studio#1783 — feat(registry): handle authentication for registry server api
Parent
Part of #751.