Enable claude-code-action to enable post multiple inline comments via single api call #665
karthickshanmugam0689
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Related PR which could work out: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Currently, claude-code-action posts inline comments by calling the GitHub API individually for each comment — one API call per inline comment.
For instance, if there are ten inline comments, ten separate API requests are made.
When running this from self-hosted runners, this results in heavy outbound traffic to GitHub due to the high number of API calls.
Proposed Solution
Extend github-inline-comment-server.ts to add a new MCP tool that:
Benefits
Beta Was this translation helpful? Give feedback.
All reactions