CloakBrowser MCP v1.0.2
Summary
Patch release that migrates npm publishing to npm Trusted Publishing with GitHub Actions OIDC. Runtime behavior is unchanged from v1.0.1.
Changed
- Replaced long-lived npm token authentication in the npm release workflow with npm Trusted Publishing.
- Removed the explicit npm token setup step and
.npmrcwriting fromnpm-release.yml. - Removed explicit
--provenancefromnpm publish; npm Trusted Publishing generates provenance automatically for this public package. - Updated release documentation with the Trusted Publisher configuration: repository
swimmwatch/cloakbrowser-mcp, workflownpm-release.yml, environmentnpm-production, and allowed actionnpm publish.
Documentation
- Updated package, MCP server metadata, installation examples, and current-version markers to v1.0.2.
- Added v1.0.2 to README and documentation version compatibility tables while preserving previous releases.
Compatibility
- Upstream @playwright/mcp remains ^0.0.75.
- Docker base remains mcr.microsoft.com/playwright/mcp:v0.0.75.
- CloakBrowser remains ^0.3.30.
- Supported MCP transport remains stdio.