fix: mention "me" and "my" in get_me description#40
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the tool description for get_me to explicitly mention "me" and "my" to help users better understand the tool's functionality.
- Update description of the get_me tool to include explicit language for private repos and commits contexts.
Comments suppressed due to low confidence (1)
pkg/github/server.go:88
- Consider correcting 'include' to 'includes' for grammatical accuracy.
mcp.WithDescription(t("TOOL_GET_ME_DESCRIPTION", "Get details of the authenticated GitHub user. Use this when a request include "me", "my"...")),
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
DaleSeo
pushed a commit
to DaleSeo/github-mcp-server
that referenced
this pull request
Oct 24, 2025
Add Docker Hub MCP server
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.
I was having trouble getting things like
list my private reposorlist the commits on my repo Xworking. Explicitly mentioning "me" and "my" in the tool description forget_meseems to have helped a lot.