Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd8eddf

Browse files
committed
fix: mention "me" and "my" inget_me description
1 parent647a5e5 commitdd8eddf

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
funcgetMe(client*github.Client,t translations.TranslationHelperFunc) (tool mcp.Tool,handler server.ToolHandlerFunc) {
8787
returnmcp.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)

[8]ページ先頭

©2009-2025 Movatter.jp