create_pull_request_review tool does not support inline comments with line
parameter
#112
Labels
bug
Something isn't working
line
parameter
#112
Describe the bug
When an inline comment is specified for the
create_pull_request_review
tool, it currently only allows comments with theposition
field specified. The GitHub REST API endpoint for creating pull requests supportsline
as an alternative toposition
. Would it be possible to support this option in the MCP tool?Affected version
server version v0.1.0 (b89336793c5bc9b9abdd5100d876babbc1031f5d) 2025-04-04T15:38:21Z
Steps to reproduce the behavior
Try posting a pull request with a comments field like:
Expected vs actual behavior
Expected: Review posts with an inline comment on line 6 of
file.md
Actual: tool call fails with error
each comment must have a position
The text was updated successfully, but these errors were encountered: