From f777bc92c65c5257d8c2de8f9c9cffdc92898e5a Mon Sep 17 00:00:00 2001 From: Claude Lin & Lay Date: Sun, 21 Jun 2026 08:59:07 +0900 Subject: [PATCH] docs(mcp-server): replace stray Japanese in npm README with English MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- mcp-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp-server/README.md b/mcp-server/README.md index b7cfb6e..750f2a2 100644 --- a/mcp-server/README.md +++ b/mcp-server/README.md @@ -71,7 +71,7 @@ To target a self-hosted Worker, set the `RAG_WORKER_URL` environment variable: } ``` -> **Note on `alwaysLoad`:** Recognized by Claude Code v2.1.121+ (released 2026-04-28). When set, the client loads this server's tools at session start instead of deferring them behind a `ToolSearch` round-trip — useful for retrieval servers used on every turn. Older clients silently ignore the field, so it is safe to leave in place. `alwaysLoad` を認識しないクライアント (Claude Desktop など) では無視されるだけで害はない。 +> **Note on `alwaysLoad`:** Recognized by Claude Code v2.1.121+ (released 2026-04-28). When set, the client loads this server's tools at session start instead of deferring them behind a `ToolSearch` round-trip — useful for retrieval servers used on every turn. Older clients (such as Claude Desktop) silently ignore the field, so it is safe to leave in place. ## Configuration