fix: sync server.json version and track it in Release Please#21
Merged
Conversation
- Update server.json version from 0.1.0 to 0.1.1 to match package.json - Add extra-files config to release-please-config.json so server.json versions are bumped automatically on future releases - Update package-lock.json with latest dependency versions (0 vulns)
There was a problem hiding this comment.
Pull request overview
This PR aligns the MCP server.json version with the npm package version and configures Release Please to automatically keep server.json in sync on future releases.
Changes:
- Bumped
server.jsonversion fields from0.1.0to0.1.1to matchpackage.json. - Added
extra-filesentries inrelease-please-config.jsonto update both$.versionand$.packages[0].versioninserver.jsonduring Release Please version bumps. - Updated
package-lock.jsonto the latest resolved dependency versions.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| server.json | Synces both version fields to 0.1.1. |
| release-please-config.json | Ensures Release Please bumps both version locations in server.json. |
| package-lock.json | Refreshes resolved dependency versions in the lockfile. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
server.jsonversion from 0.1.0 → 0.1.1 to matchpackage.jsonextra-filestorelease-please-config.jsonso both version fields inserver.jsonare bumped automatically on future releasespackage-lock.jsonwith latest deps (0 audit vulnerabilities)Test plan
server.jsonhas version0.1.1in both locations