codepage-bridge-mcp 0.1.0 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "metadata": {
7
7
  "description": "Marketplace manifest for Codepage Bridge, an encoding-transparent MCP file tool plugin for Claude Code.",
8
- "version": "0.1.0"
8
+ "version": "0.1.5"
9
9
  },
10
10
  "plugins": [
11
11
  {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
3
3
  "name": "codepage-bridge",
4
- "version": "0.1.0",
4
+ "version": "0.1.5",
5
5
  "description": "Encoding-transparent file tools for legacy codepages in Claude Code. Adds Read, Grep, Edit, and Write over MCP with .encoding-rules-aware decoding and write-back.",
6
6
  "author": {
7
7
  "name": "skyispainted",
package/README.md CHANGED
@@ -683,13 +683,13 @@ Use them as copy-paste starting points.
683
683
 
684
684
  ## NPM_TOKEN automation note
685
685
 
686
- The GitHub release workflow now publishes the npm package automatically before packaging release assets.
686
+ The GitHub release workflow now publishes the npm package automatically using Trusted Publishing before packaging release assets.
687
687
 
688
688
  Repository maintainers must configure a GitHub Actions secret named NPM_TOKEN.
689
689
 
690
690
  Important: if a token was ever pasted into chat, terminal history, logs, or screenshots, revoke it in npm immediately and create a new publish token before storing it in GitHub Secrets.
691
691
 
692
- Use a token that can publish packages under your npm account or organization.
692
+ Ensure the GitHub repository is allowed to publish this package in the npm Trusted Publishing settings.
693
693
 
694
694
  ## Maintainer Release Flow
695
695
 
package/README_CN.md CHANGED
@@ -528,9 +528,9 @@ claude mcp get codepage-bridge
528
528
 
529
529
  ## NPM_TOKEN 自动发布说明
530
530
 
531
- GitHub Release workflow 现在会在打包 release 资产之前,先自动发布 npm 包。
531
+ GitHub Release workflow 现在会在打包 release 资产之前,先通过 Trusted Publishing 自动发布 npm 包。
532
532
 
533
- 仓库维护者必须在 GitHub Secrets 中配置:
533
+ 仓库维护者必须在 npm 网站中配置 Trusted Publishing:
534
534
 
535
535
  - NPM_TOKEN`r
536
536
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codepage-bridge-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.5",
4
4
  "description": "Encoding-transparent MCP file tools for legacy codepages in Claude Code",
5
5
  "license": "MIT",
6
6
  "type": "module",