Refresh screenshots and fix K8s quickstart - #1079
Merged
Merged
Conversation
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
The toolhive-doc-mcp needs a writable temp path, so added an emptyDir volume mount. Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Refreshes documentation screenshots across the ToolHive UI and Kubernetes quickstart, and updates the Kubernetes quickstart MCPServer manifest so the toolhive-doc-mcp example works with a writable /tmp directory.
Changes:
- Removes an outdated/broken registry settings screenshot from the ToolHive UI registry guide.
- Updates the ToolHive playground guide to point at refreshed “MCP tools management” screenshots.
- Updates the Kubernetes quickstart MCPServer manifest to mount an
emptyDirat/tmp, and adjusts VS Code screenshot sizing.
Reviewed changes
Copilot reviewed 3 out of 27 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/toolhive/guides-ui/registry.mdx | Removes the “Local Registry configuration” ThemedImage block from the registry guide. |
| docs/toolhive/guides-ui/playground.mdx | Switches the playground tools screenshot to updated image assets. |
| docs/toolhive/guides-k8s/quickstart.mdx | Adds /tmp emptyDir mount to the MCPServer example and tweaks VS Code image widths. |
danbarr
enabled auto-merge (squash)
July 31, 2026 19:27
ChrisJBurns
approved these changes
Jul 31, 2026
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
Refreshes the ToolHive desktop UI screenshots in the UI and MCP server guides and the VS Code images in the K8s quickstart.
Removed the registry settings screenshot; it's a simple UI that didn't need a screenshot to support the text.
Also fixed an issue in the K8s quickstart; the toolhive-doc-mcp used as the example needs a writable temp path to actually return a query. Added an emptyDir volume mount to the manifest.
Type of change
Related issues/PRs
Closes #1077
Submitter checklist
Content and formatting
Reviewer checklist
Content