We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_me
1 parent 647a5e5 commit dd8eddfCopy full SHA for dd8eddf
pkg/github/server.go
@@ -85,7 +85,7 @@ func NewServer(client *github.Client, readOnly bool, t translations.TranslationH
85
// getMe creates a tool to get details of the authenticated user.
86
func getMe(client *github.Client, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
87
return mcp.NewTool("get_me",
88
- mcp.WithDescription(t("TOOL_GET_ME_DESCRIPTION", "Get details of the authenticated GitHub user")),
+ mcp.WithDescription(t("TOOL_GET_ME_DESCRIPTION", "Get details of the authenticated GitHub user. Use this when a request include \"me\", \"my\"...")),
89
mcp.WithString("reason",
90
mcp.Description("Optional: reason the session was created"),
91
),
0 commit comments