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.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +2 -2
- package/README_CN.md +2 -2
- package/package.json +1 -1
|
@@ -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.
|
|
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
|
-
|
|
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
|
|
531
|
+
GitHub Release workflow 现在会在打包 release 资产之前,先通过 Trusted Publishing 自动发布 npm 包。
|
|
532
532
|
|
|
533
|
-
仓库维护者必须在
|
|
533
|
+
仓库维护者必须在 npm 网站中配置 Trusted Publishing:
|
|
534
534
|
|
|
535
535
|
- NPM_TOKEN`r
|
|
536
536
|
|