Skip to content

Commit dd8eddf

Browse files
committed
fix: mention "me" and "my" in get_me description
1 parent 647a5e5 commit dd8eddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func NewServer(client *github.Client, readOnly bool, t translations.TranslationH
8585
// getMe creates a tool to get details of the authenticated user.
8686
func getMe(client *github.Client, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
8787
return mcp.NewTool("get_me",
88-
mcp.WithDescription(t("TOOL_GET_ME_DESCRIPTION", "Get details of the authenticated GitHub user")),
88+
mcp.WithDescription(t("TOOL_GET_ME_DESCRIPTION", "Get details of the authenticated GitHub user. Use this when a request include \"me\", \"my\"...")),
8989
mcp.WithString("reason",
9090
mcp.Description("Optional: reason the session was created"),
9191
),

0 commit comments

Comments
 (0)