Update VirtualMCP docs for groupRef changes#426
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the VirtualMCPServer documentation to reflect a breaking API change in the ToolHive CRD. The groupRef field has been restructured from an object with a name property to a string field nested under a new config object.
Key changes:
- Updated API reference documentation to remove the deprecated
GroupReftype and document the newconfigfield structure - Updated all VirtualMCPServer YAML examples across tutorials and guides to use
config.groupRef: <name>instead ofgroupRef.name: <name>
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| static/api-specs/toolhive-crd-api.md | Removed GroupRef type definition, updated VirtualMCPServerSpec to document new config field with groupRef string, added endpointPrefix field documentation |
| docs/toolhive/tutorials/quickstart-vmcp.mdx | Updated VirtualMCPServer example to use config.groupRef structure |
| docs/toolhive/guides-vmcp/tool-aggregation.mdx | Updated VirtualMCPServer example to use config.groupRef structure |
| docs/toolhive/guides-vmcp/configuration.mdx | Updated VirtualMCPServer example to use config.groupRef structure |
| docs/toolhive/guides-vmcp/composite-tools.mdx | Updated two VirtualMCPServer examples to use config.groupRef structure |
| package-lock.json | Automated npm change adding peer flag to styled-components (unrelated maintenance) |
danbarr
requested changes
Jan 8, 2026
danbarr
approved these changes
Jan 8, 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
This change stacklok/toolhive#3205 on the toolhive side modified the shape of the virtual mcp server config.
Update
VirtualMCPServerdocumentation to reflect the change.Type of change
Submitter checklist
Content and formatting
Reviewer checklist
Content