Conversation
Contributor
Author
|
Good job mcp! |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds missing descriptions for various GitHub tools in the README to improve clarity and maintainability.
- Introduces documentation for new and existing tools related to issues, pull request reviews, file operations, and tags.
- Ensures each tool lists required parameters with types and enums where applicable.
- Cleans up structure under the “Pull Requests” and other sections.
Comments suppressed due to low confidence (3)
README.md:685
- Remove this stray list marker (
-) with no content to prevent an unintended blank bullet in the rendered documentation.
-
README.md:538
- Standardize enum formatting for the
eventparameter undersubmit_pending_pull_request_reviewby using a separate bullet with consistent quoting and backticks aroundEnum:.
- Enum: "APPROVE", "REQUEST_CHANGES", "COMMENT"
README.md:553
- For
create_and_submit_pull_request_review, move the allowed values into a separate- Enum: ...bullet and switch to double quotes to align with the rest of the documentation.
- `event`: Review action ('APPROVE', 'REQUEST_CHANGES', 'COMMENT') (string, required)
SamMorrowDrums
approved these changes
Jun 13, 2025
Collaborator
SamMorrowDrums
left a comment
There was a problem hiding this comment.
Great work, laziness here was mostly because we were going to begin generating these.
Contributor
Author
|
I was thinking about a script that autogenerates this because its not sustainable lol. let me cross check it first, its super ai generated. From start to finish even the pr creation. |
nickytonline
pushed a commit
to nickytonline/github-mcp-http
that referenced
this pull request
Oct 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds missing descriptions for several tools in the codebase. The changes improve code clarity and maintainability by ensuring that each tool is properly documented. Please review the updates and let me know if further adjustments are needed.