We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to create a pull request using the GitHub MCP server, the operation consistently fails with the following error:
Error: MCP error -32603: Invalid arguments: merge_commit_sha: Expected string, received null
Pull request should be created successfully between branches
Error about missing merge_commit_sha is returned
The merge_commit_sha parameter appears to be required by the implementation but should potentially be handled internally by the GitHub API.
Would appreciate guidance on whether this is a known issue or if there's a workaround available.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to create a pull request using the GitHub MCP server, the operation consistently fails with the following error:
Error: MCP error -32603: Invalid arguments: merge_commit_sha: Expected string, received null
Steps to Reproduce
Expected Behavior
Pull request should be created successfully between branches
Actual Behavior
Error about missing merge_commit_sha is returned
Environment
Additional Context
The merge_commit_sha parameter appears to be required by the implementation but should potentially be handled internally by the GitHub API.
Would appreciate guidance on whether this is a known issue or if there's a workaround available.
The text was updated successfully, but these errors were encountered: