We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
get_me
1 parent647a5e5 commitdd8eddfCopy 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
funcgetMe(client*github.Client,t translations.TranslationHelperFunc) (tool mcp.Tool,handler server.ToolHandlerFunc) {
87
returnmcp.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
),