-
Notifications
You must be signed in to change notification settings - Fork 2
Document MCPToolConfig and toolConfigRef for K8s operator #185
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 documents the new MCPToolConfig CRD and toolConfigRef integration for the ToolHive Kubernetes operator, enabling centralized management of MCP server tool filtering and renaming.
- Adds comprehensive documentation for MCPToolConfig CRD usage with filtering and override capabilities
- Provides practical examples including basic filtering, tool renaming, and end-to-end RBAC setup
- Establishes cross-links between related Kubernetes guides
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| docs/toolhive/guides-k8s/tool-config.mdx | New comprehensive guide documenting MCPToolConfig CRD usage, examples, and troubleshooting |
| sidebars.ts | Adds the new tool configuration guide to the Kubernetes Operator section |
| docs/toolhive/guides-mcp/k8s.mdx | Adds cross-reference info box linking to the new tool configuration guide |
Co-authored-by: Dan Barr <[email protected]>
…s per org (acme/foocorp)\n- Update filters to use overridden names\n- Add concise notes on empty filter and override filtering
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.
Thanks for the updates! Minor stuff to fix formatting...
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Summary
Add Kubernetes Operator documentation for the new MCPToolConfig CRD and toolConfigRef integration introduced in ToolHive operator (stacklok/toolhive#1814). This enables centrally filtering/renaming MCP server tools and referencing these configurations from MCPServer resources.
Changes
spec.toolstoolConfigRefFiles
Notes