Release prep: agentcathq metadata, webmcp-server + extension 0.2.0, server publish job - #57
Merged
Merged
Conversation
…xtension to 0.2.0; publish webmcp-server on release
naji247
approved these changes
Sep 3, 2026
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.
What changed
Housekeeping needed before cutting the 1.1.0 release.
package.json/packages/webmcp-server/package.json—repository,homepage, andbugsnow point atagentcathq/webmcp-react. The repo was renamed;npm publish --provenanceverifiesrepository.urlagainst the repo the workflow runs in and rejects a mismatch, so publishing would fail as-is. Also dropped the stalenavigator.modelContextkeyword from the server package.webmcp-server→ 0.2.0 — its bin picked up theCANCEL_TOOLforwarding in Extension + examples: migrate to document.modelContext, forward cancellation end to end #55.manifest.json,extension/package.json) — it now runs on native Chrome ≥152 again and forwards cancellations..github/workflows/publish.yml— a secondpublish-serverjob publishespackages/webmcp-serverwith provenance on the same release event, skipping if that version is already on npm (so library-only releases don't fail the job).Test plan
pnpm install --frozen-lockfilestill clean;pnpm testpassing (209)v1.1.0GitHub Release and watch both publish jobs.webmcp-serverneeds its own trusted-publisher entry on npmjs.com (agentcathq/webmcp-react,publish.yml) or its job will fail — the library's entry should be checked for the rename too.