claude-code - 💡(How to fix) Fix resolve_review_thread unusable — get_review_comments omits PRRT thread node IDs (anthropics/github-mcp-server ~644 commits behind upstream fix) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#58692Fetched 2026-05-14 03:41:56
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

Error Message

Error Messages/Logs

Root Cause

This is a dependency on anthropics/github-mcp-server being out of sync with upstream.

The fix was already merged upstream as github/github-mcp-server PR #1919 ("Feat/resolve review threads") on March 13, 2026, which resolved upstream issue #1768.

However, anthropics/github-mcp-server (Claude Code's bundled GitHub MCP fork) is currently ~644 commits behind upstream and has not pulled in this fix.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When using Claude Code with the GitHub MCP integration, resolve_review_thread cannot be used programmatically. The tool requires a GraphQL thread node ID in the format PRRT_kwDO..., but no available pull_request_read method exposes this ID.

get_review_comments returns comment bodies, paths, positions, and other metadata — but omits the threadId node ID. Since resolve_review_thread accepts only a thread_id parameter, there is no way to obtain the required value through the MCP toolset alone. The tool is effectively dead code for any agentic workflow.

What Should Happen?

get_review_comments (or a dedicated list_review_threads tool) should return the thread node ID (PRRT_kwDO...) for each review thread, so that resolve_review_thread can be called successfully.

Error Messages/Logs

Steps to Reproduce

  1. Use the GitHub MCP tool get_review_comments on any PR with review threads
  2. Inspect the response — it contains comment bodies, paths, and positions but no PRRT_* thread node ID
  3. Attempt to call resolve_review_thread — there is no way to supply the required thread_id parameter from any available read tool

Claude Model

None

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

1.0.129

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

Root Cause

This is a dependency on anthropics/github-mcp-server being out of sync with upstream.

The fix was already merged upstream as github/github-mcp-server PR #1919 ("Feat/resolve review threads") on March 13, 2026, which resolved upstream issue #1768.

However, anthropics/github-mcp-server (Claude Code's bundled GitHub MCP fork) is currently ~644 commits behind upstream and has not pulled in this fix.

Action Needed

Sync anthropics/github-mcp-server with upstream to pick up PR #1919.

References

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING