Skip to content

fix: sync server.json version and track it in Release Please#21

Merged
jack-arturo merged 2 commits into
mainfrom
fix/publish-readiness
Apr 6, 2026
Merged

fix: sync server.json version and track it in Release Please#21
jack-arturo merged 2 commits into
mainfrom
fix/publish-readiness

Conversation

@jack-arturo

Copy link
Copy Markdown
Member

Summary

  • Fixes server.json version from 0.1.0 → 0.1.1 to match package.json
  • Adds extra-files to release-please-config.json so both version fields in server.json are bumped automatically on future releases
  • Updates package-lock.json with latest deps (0 audit vulnerabilities)

Test plan

  • CI passes
  • Verify server.json has version 0.1.1 in both locations

- 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)
Copilot AI review requested due to automatic review settings April 6, 2026 16:18

Copilot AI left a comment

Copy link
Copy Markdown

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 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.json version fields from 0.1.0 to 0.1.1 to match package.json.
  • Added extra-files entries in release-please-config.json to update both $.version and $.packages[0].version in server.json during Release Please version bumps.
  • Updated package-lock.json to 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.

@jack-arturo jack-arturo merged commit dd511f7 into main Apr 6, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants