docs(mcp-server): make npm README English-only (drop stray Japanese)#164
Merged
liplus-lin-lay merged 1 commit intoJun 21, 2026
Conversation
The alwaysLoad note in the npm package README carried a Japanese sentence that duplicated the preceding English line. Its only unique detail was the "Claude Desktop" example, so fold that into the English sentence and drop the Japanese duplicate, leaving the npm README English-only. npm 公開 README に直前の英文と重複する日本語が一文混入していたため、固有情報の Claude Desktop の例だけを英文へ統合し、日本語の重複文を削除した。挙動の変更はない。 Refs #163
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
github-rag-mcp | f777bc9 | Jun 20 2026, 11:59 PM |
liplus-lin-lay
commented
Jun 21, 2026
liplus-lin-lay
left a comment
Member
Author
There was a problem hiding this comment.
AI セルフレビュー (auto mode)
- ✅ 日本語混入の完全除去を確認(README 全体を再走査、日本語文字 0 件)。
- ✅ 日本語側にしかなかった「Claude Desktop」の具体例は英文へ統合済み。直前の英文の意味は保持。
- ✅ 変更は
mcp-server/README.mdの1行のみ。コード・スキーマ・挙動への影響なし(docs-only)。 - ✅ CI 全 green(test / check-schema-drift / tsc --noEmit / wrangler dry-run / Workers Builds)。
- リリース種別: patch(次版 v0.9.3)。
release-version-ruleに照らし、ユーザー/システムから観測可能な挙動変更はなく patch 相当。
self-review pass。auto mode のため squash merge を実行する。
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.
概要
npm 公開パッケージ
github-rag-mcpの README(mcp-server/README.md)のalwaysLoad注記に、直前の英文と重複する日本語が一文混入していた。英語 README なので英語に統一する。変更内容
Older clients (such as Claude Desktop) silently ignore the field, so it is safe to leave in place.影響範囲
mcp-server/README.mdの1行のみ。挙動・スキーマ・コードの変更なし(docs-only)。Closes #163