docs(readme): document opt-in graph_expand / graph_hops and English wiki_doc type#162
Merged
Merged
Conversation
…iki_doc type opt-in GraphRAG 層(#156 / #158)の search パラメータ graph_expand / graph_hops を、ユーザーが参照する README 群のパラメータ表に追記する。 英語 README の type 値表に欠落していた wiki_doc 行も補い、日本語版 / npm README との記載差を解消する。文言は src/mcp.ts の zod 定義を正とした。 - README.md: Parameters 表に graph_expand / graph_hops、type 値表に wiki_doc - README.ja.md: パラメータ表に graph_expand / graph_hops - mcp-server/README.md: Tools exposed の search 説明に opt-in graph 拡張を1文追記 docs のみで observable 影響なし(patch 相当)。docs/0-requirements は反映済みのため非対象。 Closes #161
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
github-rag-mcp | ad28da5 | Jun 16 2026, 07:19 AM |
liplus-lin-lay
commented
Jun 16, 2026
liplus-lin-lay
left a comment
Member
Author
There was a problem hiding this comment.
AI self-review(auto モード)
検証した点
- literal の正確性:
graph_expand/graph_hopsの文言はsrc/mcp.tsの zod.describe()(graph_expand: line 245-248、graph_hops: line 257)と意味的に一致。graph_expandboolean/optional/既定 false、graph_hopsnumber/min 1/max 2/既定 1 を確認。捏造なし。 - wiki_doc の実在:
src/mcp.tsに type"wiki_doc"が実在(type enum line 164、行生成 line 466 ほか)。英語 README.md にのみ欠落していたのを補った。日本語版・npm README には既存のため非対象とした。 - 表スタイルの整合: 各 README の既存列構成(英語 Name/Type/Description、日本語 名前/型/説明、type 値表)に正確に合わせ、
include_content行直後・"doc"行直後の指定位置に挿入。 - スコープ遵守:
docs/0-requirements{,.ja}.mdは反映済みのため未変更。実装コード(src/)も未変更。docs のみ。
影響範囲 / version 判断
docs のみ・user/system observable な挙動変化なし → release-version-rule.md に照らし patch 相当。リリースは行わない。
CI
test / CI / Workers Builds の 3 check すべて SUCCESS。
判定
APPROVE 相当。マージは親エージェントの判断に委ねる(本サブエージェントはマージしない)。
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.
概要
opt-in GraphRAG 層(#156 で追加、#158 で proxy 経由到達可能)の検索パラメータ
graph_expand/graph_hopsを、ユーザーが参照する README 群のsearchパラメータ表に追記する。あわせて英語 README のtype値表に欠落していたwiki_doc行を補い、日本語版 / npm README との記載差を解消する。変更内容
#### Parameters表にgraph_expand/graph_hopsの 2 行、#### type values表にwiki_doc行を追加。#### パラメータ表にgraph_expand/graph_hopsの 2 行を追加(type 表には既にwiki_docが有るため非対象)。## Tools exposedのsearch説明に opt-in のgraph_expand/graph_hops(既定オフ)を 1 文追記。根拠
パラメータの文言は
src/mcp.tsの zod 定義(graph_expandboolean/optional/既定 false、graph_hopsnumber/min 1/max 2/既定 1)を正とした。wiki_docもsrc/mcp.tsに実在する type。スコープ外
docs/0-requirements{,.ja}.md(セクション8)には GraphRAG 層が反映済みのため非対象。Closes #161