You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/github/context_tools.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import (
15
15
// GetMe creates a tool to get details of the authenticated user.
16
16
funcGetMe(getClientGetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
17
17
returnmcp.NewTool("get_me",
18
-
mcp.WithDescription(t("TOOL_GET_ME_DESCRIPTION", "Get details of the authenticated GitHub user. Use this when a request includes \"me\", \"my\"... the output will not change unless the user changes their profile, so only call this once.")),
18
+
mcp.WithDescription(t("TOOL_GET_ME_DESCRIPTION", "Get details of the authenticated GitHub user. Use this when a request includes \"me\", \"my\". The output will not change unless the user changes their profile, so only call this once.")),
19
19
mcp.WithToolAnnotation(mcp.ToolAnnotation{
20
20
Title: t("TOOL_GET_ME_USER_TITLE", "Get my user profile"),
0 commit comments