-
Notifications
You must be signed in to change notification settings - Fork 126
Docs for MCP registry CRD #2027
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
Signed-off-by: Daniele Martinoli <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2027 +/- ##
==========================================
- Coverage 48.67% 48.64% -0.03%
==========================================
Files 241 241
Lines 30576 30592 +16
==========================================
Hits 14882 14882
- Misses 14574 14590 +16
Partials 1120 1120 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 comprehensive documentation for the MCPRegistry CRD, which is an experimental feature for managing MCP server registries in Kubernetes. The documentation covers the architecture, usage patterns, and operational aspects of the registry system.
- Introduces complete MCPRegistry documentation with configuration examples and operational guidance
- Updates existing operator documentation to reference the new registry capabilities
- Provides architectural context and development patterns for the registry feature
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
cmd/thv-operator/REGISTRY.md | Complete MCPRegistry reference documentation covering API, configuration, and troubleshooting |
cmd/thv-operator/README.md | Updated operator overview to include MCPRegistry features and installation options |
cmd/thv-operator/DESIGN.md | Added architectural decisions and design patterns specific to MCPRegistry |
cmd/thv-operator/CLAUDE.md | Developer documentation for MCPRegistry development patterns and testing |
README.md | Updated main README to highlight Kubernetes operator capabilities |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Daniele Martinoli <[email protected]>
Note: CI failures will be solved once we merge the e2e test PR which has important changes also tracked in the docs. |
Signed-off-by: Daniele Martinoli <[email protected]>
Signed-off-by: Daniele Martinoli <[email protected]>
Addresses the docs part of #1749