Frontmatter
| id | 7752 |
| title | Add `update_comment` Tool to GitHub Workflow Server |
| state | Closed |
| labels | enhancementgood first issueai |
| assignees | [] |
| createdAt | Nov 12, 2025, 9:21 AM |
| updatedAt | Nov 12, 2025, 3:31 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7752 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 12, 2025, 3:31 PM |
During a recent PR review (PR #7741), the agent posted a comment that contained an error. The only way to correct this was for the user to manually edit the comment. There is currently no tool to programmatically edit or update existing comments.
This ticket proposes creating a new
update_commenttool to fill this gap, allowing for more robust and self-correcting agent behavior.Acceptance Criteria:
update_comment, is added to the GitHub Workflow MCP server.comment_idand a newbodyas parameters.openapi.yamlwith clear documentation.PullRequestService.mjs.toolService.mjs.