Skip to content

chore: bump version to 0.5.0 - #58

Merged
mpicciolli merged 1 commit into
mainfrom
chore/bump-version-0.5.0
Aug 31, 2026
Merged

chore: bump version to 0.5.0#58
mpicciolli merged 1 commit into
mainfrom
chore/bump-version-0.5.0

Conversation

@mpicciolli

Copy link
Copy Markdown
Collaborator

Summary

Bumps the version to 0.5.0 for the first release under the @pcmstack/mcp name.

The minor slot rather than a patch: the package rename and the new pcmstack bin entry both break existing setups, and pre-1.0 that is where breaking changes belong. Staying on 1.0.0 is left for an explicit stability decision, not a side effect of the rename.

manifest.json is bumped alongside package.json, since the .mcpb bundle carries its own version and would otherwise advertise 0.4.1 to Claude Desktop while npm serves 0.5.0.

Before tagging the release

The publish workflow will fail unless, on npmjs.com:

  1. the pcmstack organization exists and this account can publish to it
  2. @pcmstack/mcp is registered as a trusted publisher for this repository's workflow (the release job authenticates through OIDC)

Note that the new package starts with no history: the versions published as pcm-mcp do not carry over. After the release, pcm-mcp should be deprecated pointing at the new name.

Test plan

  • npm test — 180 tests passing
  • versions aligned across package.json, package-lock.json and manifest.json

🤖 Generated with Claude Code

The rename to @pcmstack/mcp changes the package and bin names, which
breaks existing configs, so this goes in the minor slot rather than a
patch. Bumps the bundle manifest alongside package.json, as the .mcpb
carries its own version.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 31, 2026 02:25

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

Bumps the project version to 0.5.0 to prepare the first release under the @pcmstack/mcp package name, keeping the npm package and bundled .mcpb manifest in sync.

Changes:

  • Updated package.json version from 0.4.1 to 0.5.0.
  • Updated package-lock.json root/package versions to 0.5.0.
  • Updated manifest.json version to 0.5.0 to match the npm release.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Bumps the published package version to 0.5.0.
package-lock.json Aligns lockfile package version metadata to 0.5.0.
manifest.json Aligns .mcpb manifest-reported version to 0.5.0.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@mpicciolli
mpicciolli merged commit 85e8fee into main Aug 31, 2026
4 checks passed
@mpicciolli
mpicciolli deleted the chore/bump-version-0.5.0 branch August 31, 2026 02:37
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