docs(mcp-server): refresh npm README to reflect consolidated search tool#152
Merged
Merged
Conversation
…ool (#151) `mcp-server/README.md` の "Tools exposed" セクションが旧 4 ツール構成 (`search` / `get_issue_context` / `get_doc_content` / `list_recent_activity`) のまま 残っていたため、#105 で統合 (#127 で改名) された単一 `search` ツール構成に揃える。 - "Tools exposed" の表を consolidated `search` ベースに置き換え (3 modes と type 値の列挙を含む) - 廃止済みツール名は変更履歴の文脈でのみ言及 - 冒頭のサポート範囲記述に comment / review 面 (issue_comment / pr_review / pr_review_comment) を追記し manifest.json と整合 - 詳細パラメータは main repo README にリンク Refs: #105 #127 #129
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
github-rag-mcp | 8f25049 | May 23 2026, 11:00 AM |
liplus-lin-lay
commented
May 23, 2026
Member
Author
liplus-lin-lay
left a comment
There was a problem hiding this comment.
AI セルフレビュー (auto mode)
受け入れ条件チェック
- "Tools exposed" の表が consolidated
searchを反映 - 廃止済みツール名 (
get_issue_context/get_doc_content/list_recent_activity) は変更履歴の文脈のみで言及、現在ツールとしては記載していない -
type値 9 種すべて列挙、manifest.json (tools[0].description) と完全一致 -
wiki_doc(#129) に複数箇所で言及 - 冒頭サポート範囲記述が manifest.json
descriptionと整合 - 詳細パラメータはメイン README に集約しリンク(ドキュメント二重保守を回避)
整合性チェック
- 主要表現("hybrid semantic search", "RRF", "bge-reranker-base", "doc / wiki content fetch")はメイン README と用語統一
- README 既存セクション(Authentication flow / Configuration / Troubleshooting)には影響なし
- ランタイム挙動への影響なし(README 単独変更)
リリース判定
- patch 相当(governance 構造に閉じる docs 変更ではなく、npm パッケージページ表示というユーザー観測面の修正だが、コード挙動は無変更)
- v0.8.6 milestone に含めて release notes 自動生成に載せる方針
Approved。マージへ進む。
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.
Closes #151
変更内容
mcp-server/README.md(npm パッケージページに表示される README)の "Tools exposed" を、現行の単一searchツール構成へ更新する。search/get_issue_context/get_doc_content/list_recent_activity)を撤去searchの説明に 3 modes(hybrid semantic / time-ordered scan / doc-wiki content fetch)を含めるtype値(issue / pull_request / release / doc / wiki_doc / diff / issue_comment / pr_review / pr_review_comment)を列挙背景
search_issuesに統合、refactor(tool): rename search_issues to search across all surfaces (patch) #127 でsearchに改名mcp-server/README.mdのみ取り残されていたgithub-rag-mcp@0.8.5、本 PR マージ後 v0.8.6 リリースに含める影響範囲