Skip to content

Commit 22d080b

Browse files
tobySamMorrowDrums
authored andcommitted
fix: update get_me reason arg description
1 parent 7aced2b commit 22d080b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/context_tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func GetMe(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mc
2121
ReadOnlyHint: toBoolPtr(true),
2222
}),
2323
mcp.WithString("reason",
24-
mcp.Description("Optional: reason the session was created"),
24+
mcp.Description("Optional: the reason for requesting the user information"),
2525
),
2626
),
2727
func(ctx context.Context, _ mcp.CallToolRequest) (*mcp.CallToolResult, error) {

0 commit comments

Comments
 (0)