github / github/github-mcp-server

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

未關閉
#2,714 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug request ai review
主要語言
Go
星號
33k
分支
5k
平均合併
2 天 1 小時
30 天內合併 PR
52

描述

### 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.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。