-
Notifications
You must be signed in to change notification settings - Fork 2
Update K8s docs to reference newer resource types #445
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
base: main
Are you sure you want to change the base?
Conversation
- Add mentions of other resource types where appropriate - Add/fix anchors to CRD reference Signed-off-by: Dan Barr <[email protected]>
|
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 updates several Kubernetes documentation files to reference newer resource types (MCPRemoteProxy, VirtualMCPServer) alongside the existing MCPServer resource type, and fixes link anchors to point to the specific CRD sections in the reference documentation.
Changes:
- Updated multiple documentation pages to mention MCPServer, MCPRemoteProxy, and VirtualMCPServer resource types where appropriate
- Fixed CRD reference link anchors to include the specific API version (e.g.,
#apiv1alpha1mcpserverinstead of just#mcpserver) - Added tabbed examples in logging.mdx and customize-tools.mdx to show configuration for different resource types
- Reordered sidebar items to place remote-mcp-proxy before connect-clients
- Updated title in logging.mdx from "Set up logging" to "Audit logging"
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Reordered sidebar navigation to move remote-mcp-proxy guide before connect-clients guide |
| docs/toolhive/guides-vmcp/configuration.mdx | Updated CRD reference link anchors to include API version |
| docs/toolhive/guides-k8s/telemetry-and-metrics.mdx | Updated to reference both MCPServer and MCPRemoteProxy resource types, fixed CRD link anchor |
| docs/toolhive/guides-k8s/run-mcp-k8s.mdx | Fixed CRD reference link anchors to include API version |
| docs/toolhive/guides-k8s/remote-mcp-proxy.mdx | Fixed CRD reference link anchor for MCPRemoteProxy |
| docs/toolhive/guides-k8s/logging.mdx | Changed title, added tabbed examples for MCPServer, MCPRemoteProxy, and VirtualMCPServer |
| docs/toolhive/guides-k8s/intro.mdx | Updated overview to describe all three CRD types (MCPServer, MCPRemoteProxy, VirtualMCPServer) |
| docs/toolhive/guides-k8s/index.mdx | Updated experimental notice to reference all CRDs instead of just MCPServer |
| docs/toolhive/guides-k8s/deploy-registry.mdx | Fixed CRD reference link anchor for MCPRegistry |
| docs/toolhive/guides-k8s/customize-tools.mdx | Added tabbed examples for MCPServer and MCPRemoteProxy, fixed CRD link anchor |
| docs/toolhive/guides-k8s/connect-clients.mdx | Expanded service naming documentation to cover all three resource types, updated formatting conventions |
Signed-off-by: Dan Barr <[email protected]>
Description
Type of change
Submitter checklist
Content and formatting
Reviewer checklist
Content