Asking Dependabot to Rebase via MCP leads to malformed text in comment

オープン
#2,714 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
58/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
go
領域
api, tooling

調査の方向性

まず MCP ツール add_issue_comment を追跡し、Claude Code から正確な body @dependabot rebase を使って問題を再現します。結果の GitHub コメントが入力テキストをそのまま保持し、中黒が挿入されず、Dependabot コマンドが認識されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

bug request ai review
Describe the bug

add_issue_comment mangles @mentions in comment bodies by inserting Unicode middle dot characters (·) between letters. This causes bot commands (e.g. Dependabot's @dependabot rebase) to silently fail because the mention is unrecognized.

Affected version

Version unknown; observed on June 16, 2026

Steps to reproduce the behavior
  1. In Claude Code, ask Claude to post @dependabot rebase as a comment on a GitHub PR via the add_issue_comment MCP tool.
  2. Observe the resulting comment body on GitHub.
Expected behavior

Comment body: @dependabot rebase

Actual behavior

Comment body: ·@·d·ependabot r·ebase

Additional context

The issue reproduces consistently on repeated calls with the same input. The mangled text prevents Dependabot from recognizing the command.

主要言語
Go
スター
33.1k
フォーク
5k
平均マージ
2日 1時間
マージ済み PR(30日)
25

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/github-mcp-server のほかの issue

github/github-mcp-server の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。