Skip to content

chore(release): bump MCP package to 0.0.9 - #678

Merged
ducnmm merged 1 commit into
devfrom
chore/release-mcp-0.0.9
Aug 18, 2026
Merged

chore(release): bump MCP package to 0.0.9#678
ducnmm merged 1 commit into
devfrom
chore/release-mcp-0.0.9

Conversation

@ducnmm

@ducnmm ducnmm commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

@mysten-incubation/memwal-mcp@0.0.8 is already on npm (2026-08-14). The WALM-321 cold-start fix (#579) landed on dev after that publish and was appended under the 0.0.8 heading.

This is the missing manual version bump:

  • 0.0.80.0.9 in every MCP / plugin manifest (same set as the 0.0.8 release).
  • New ## 0.0.9 changelog in packages/mcp/CHANGELOG.md and docs/mcp/changelog.mdx.
  • The 0.0.8 heading is restored to what actually shipped (tool titles / hints only).
  • TESTING.md pins updated to 0.0.9-dev.N / latest = 0.0.9 after main.

Also syncs scripts/verify-manual-sdk-release.mjs to SDK 0.1.3 (already on dev) so the checker matches the tree.

No code change. OpenClaw stays 0.0.5.

Why a separate PR

#677 (devstaging) should not carry a version bump of its own. Merge this to dev first; #677 will pick it up automatically.

After merge

  • release-mcp.yml should publish @mysten-incubation/memwal-mcp@0.0.9-dev.N on the dev dist-tag.
  • latest stays 0.0.8 until this reaches main.

0.0.8 is already on npm. The WALM-321 cold-start fix landed on dev after
that publish and was appended under the 0.0.8 heading. Move those notes
to a new 0.0.9 section and bump every MCP/plugin manifest so the next
publish is a real release, not a rewrite of a shipped version.

Also point the manual release verifier at SDK 0.1.3, which is already
on dev.
@jessiemongeon1

Copy link
Copy Markdown
Collaborator

Style Guide Audit

All 1 file(s) pass the style guide audit.

@ducnmm
ducnmm merged commit 0e81357 into dev Aug 18, 2026
14 checks passed
@ducnmm ducnmm mentioned this pull request Aug 18, 2026
harrymove-ctrl pushed a commit that referenced this pull request Aug 18, 2026
Follows the manual release flow used by #678, not changesets: bump every
MCP/plugin manifest together, add the version section to both changelogs, and
move the verifier's expected version forward. `verify-manual-sdk-release.mjs`
reports "MCP package 0.0.10: manifests and changelogs synchronized".

Drops the changeset added earlier in this PR. Leaving it alongside a manual
bump would have double-bumped on main, since release-mcp.yml runs
`changeset version` there and would have taken 0.0.10 to 0.0.11 while
rewriting the changelog section added here.

Replaces the review request on #681 for a changeset or changelog update.
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.

3 participants