github-mcp-server icon indicating copy to clipboard operation
github-mcp-server copied to clipboard

Proxima pull request action links to wrong url

Open djamaile opened this issue 1 month ago • 3 comments

Describe the bug

For example, prompt: review https://octocorp.ghe.com/org/repo/pull/1

It will error with

[{"type":"text","text":"failed to get pull request: GET https://api.octocorp.ghe.com/repos/org/repo/pull/1 404 Not Found []"}]

/repos should not be in there, I think api. also not, but not too sure about that :)

Affected version

Please run docker run -i --rm ghcr.io/github/github-mcp-server ./github-mcp-server --version and paste the output below

Steps to reproduce the behavior

Send prompt.

Expected vs actual behavior

A clear and concise description of what you expected to happen and what actually happened.

Should be able to review the PR.

Logs

Paste any available logs. Redact if needed.

djamaile avatar Nov 22 '25 23:11 djamaile

https://github.com/github/github-mcp-server.git

xemii43251-jpg avatar Nov 24 '25 14:11 xemii43251-jpg

Hello! I just wanted to clarify what the issue is here. It looks like the api. part of the response is correct as this is the URL that the GitHub API query to get the pull request is run against - this is different from the 'public facing' URL in the initial prompt.

mattdholloway avatar Nov 24 '25 15:11 mattdholloway

@mattdholloway Hmm so its a bug in proxima returning the wrong URL for the PR? There was this exact issue in raycast which they fixed themselves.

djamaile avatar Nov 25 '25 22:11 djamaile