-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add container label & improve registry script #1143
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
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…stry workflow improvements
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 pull request updates the release workflow and configuration to improve version management, automate validation, and align metadata with MCP requirements.
- Adds MCP server label to Docker container and uses dynamic versioning
- Improves the registry release workflow with Go setup, tag fetching, and validation
- Removes hardcoded version strings and unused remote configuration
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
server.json | Updates version placeholders and package identifier, removes unused remotes section |
Dockerfile | Adds MCP server annotation label for proper identification |
.github/workflows/registry-releaser.yml | Enhances workflow with Go setup, improved publisher installation, and configuration validation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This pull request updates the release workflow and configuration to improve version management, automate validation, and align metadata with MCP requirements. The most important changes are grouped below.
All PRs will be squashed into one, lots of trial and error took place.