-
Notifications
You must be signed in to change notification settings - Fork 2
Document volume mounts using the UI #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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 adds documentation for mounting host files and folders (volumes) through the ToolHive UI, addressing issue #111. The documentation explains how users can configure volume mounts when installing MCP servers to provide access to local files and directories.
Key changes:
- Added a new section explaining volume mounting functionality in the UI
- Documented the step-by-step process for configuring storage volumes
- Clarified that volume mounts work for both registry-installed and custom servers
danbarr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is part of the install steps / configuration form, it would be good to note it as a step in those sections so users find it in context.
Could add a step to each process above (for example in the registry flow it would be between steps 2 and 3) and link to the anchor (one is created automatically for every heading, or you can make a shorter anchor name by adding something like {#volumes} on the heading line)
768fb2f to
9e98e75
Compare
good point! thanks for the tip about the short anchor names as well! |
Description
Add documentation for the volume mounting feature in the UI.
Related issues/PRs
Feature PR: stacklok/toolhive-studio#701
Closes #111
Merge checklist
Content
sidebars.ts) updated for added, deleted, reordered, or renamed filesvercel.jsonfor moved, renamed, or deleted pages (i.e., if the URL slug changed)Reviews