Frontmatter
| id | 7821 |
| title | [MCP] Support issue comments in create_comment tool |
| state | Closed |
| labels | enhancementQAaitesting |
| assignees | tobiu |
| createdAt | Nov 20, 2025, 12:09 PM |
| updatedAt | Nov 20, 2025, 4:19 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7821 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 20, 2025, 4:19 PM |

Is your feature request related to a problem? Please describe. The
create_commenttool currently only supports Pull Requests. However, interacting with Issues (adding comments) is a common workflow requirement.Describe the solution you'd like Extend the
create_commenttool (or create a new one) to support adding comments to GitHub Issues, not just PRs.Additional context Current tool limitation was identified during an interactive session where an issue comment was attempted but failed.