Skip to content

Rewrite Registry Server quickstart#1052

Merged
rdimitrov merged 2 commits into
mainfrom
codex/registry-quickstart-helm
Jul 22, 2026
Merged

Rewrite Registry Server quickstart#1052
rdimitrov merged 2 commits into
mainfrom
codex/registry-quickstart-helm

Conversation

@danbarr

@danbarr danbarr commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Description

Rewrites the Registry Server quickstart to use the supported Helm chart instead
of the deprecated MCPRegistry custom resource and ToolHive operator.

The new flow:

  • creates a disposable kind cluster
  • deploys a minimal PostgreSQL instance for local testing
  • supplies database credentials from a Kubernetes Secret
  • mounts a file-backed registry through Helm values
  • installs the Registry Server chart and queries the current API routes
  • removes operator-specific guidance and troubleshooting

This gives new users a supported deployment path while retaining a complete,
locally reproducible example.

Type of change

  • Documentation update

Related issues/PRs

Closes #1048.
Follow-up to #1033.

Screenshots

Not applicable.

Submitter checklist

Content and formatting

  • I have reviewed the content for technical accuracy
  • I have reviewed the content for spelling, grammar, and style

Reviewer checklist

Content

  • I have reviewed the content for technical accuracy
  • I have reviewed the content for spelling, grammar, and style

Validation

  • Ran the complete quickstart against a disposable kind cluster
  • Verified the Helm chart installation and pod readiness
  • Verified the list and version-specific Registry API requests
  • Ran Prettier and ESLint
  • Ran npm run build

Copilot AI review requested due to automatic review settings July 20, 2026 19:52
@vercel

vercel Bot commented Jul 20, 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 Jul 20, 2026 7:59pm

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

This PR rewrites the Registry Server quickstart to use the supported toolhive-registry-server Helm chart (instead of the deprecated MCPRegistry/operator workflow), providing a locally reproducible path for new users to stand up a minimal Registry Server and query the API.

Changes:

  • Updates the tutorial flow to install the Registry Server via Helm in a disposable kind cluster.
  • Introduces a minimal in-cluster PostgreSQL setup and wires credentials via a Kubernetes Secret.
  • Refreshes the query and cleanup steps, and trims “Next steps” down to three forward links.

Comment thread docs/toolhive/guides-registry/quickstart.mdx
@danbarr
danbarr marked this pull request as ready for review July 20, 2026 20:09
@danbarr
danbarr requested a review from rdimitrov July 21, 2026 21:22
@rdimitrov
rdimitrov merged commit 205b9d0 into main Jul 22, 2026
4 checks passed
@rdimitrov
rdimitrov deleted the codex/registry-quickstart-helm branch July 22, 2026 09:23
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.

[Enhancement]: Replace the deprecated Registry Server quickstart with Helm

3 participants