Skip to content

CloakBrowser MCP v1.0.2

Choose a tag to compare

@swimmwatch swimmwatch released this 23 May 15:24

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 .npmrc writing from npm-release.yml.
  • Removed explicit --provenance from npm publish; npm Trusted Publishing generates provenance automatically for this public package.
  • Updated release documentation with the Trusted Publisher configuration: repository swimmwatch/cloakbrowser-mcp, workflow npm-release.yml, environment npm-production, and allowed action npm 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.