-
Notifications
You must be signed in to change notification settings - Fork 770
Remove comments from create_pull_request_review
#343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To do this we're going to need to adjust |
I have a branch now that implements most of this in an MVP manner: 1e9fbbc Here's the results of the e2e test running:
![]() All that said, if we move to GQL, we might still be able to expose adding threads and submission in one flow since the types might be different. Haven't explored it yet. |
For those who encountering argument schema type issue when connecting Github MCP with OpenAI / Gemini Github: pin docker image's version to v0.1.1 helps. Tried out v0.2.0 and v0.2.1, both have errors:
|
Due to OpenAI, Windsurf and Gemini all handling JSON schemas in a conflicting manner, we need to remove commenting from
create_pull_request_review
. The LLM should still be able to leave comments on PRs usingadd_pull_request_review_comment
. More info on modelcontextprotocol/modelcontextprotocol/issues/410.The text was updated successfully, but these errors were encountered: