Closed
Description
Describe the bug
The add_pull_request_review_comment_to_pending_review
tool mention the get_line_number_in_pull_request_file
tool to be used to get line number. But this tool does not exists.
Affected version
Latest version: e9f748f246761fb0769e2a5611003939a6274872
Expected vs actual behavior
I expect the get_line_number_in_pull_request_file
tool to be shown when listing tools.
One can find that this tool does not exists when querying the list of tools:
GITHUB_PERSONAL_ACCESS_TOKEN=TOKEN_HERE mcptools tools github-mcp-server stdio | grep -E '^\w+' | grep get_line_number_in_pull_request_file
mcptools used