diff --git a/pkg/github/context_tools.go b/pkg/github/context_tools.go index 0e8bcacb..f0d3ad8b 100644 --- a/pkg/github/context_tools.go +++ b/pkg/github/context_tools.go @@ -21,7 +21,7 @@ func GetMe(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mc ReadOnlyHint: toBoolPtr(true), }), mcp.WithString("reason", - mcp.Description("Optional: reason the session was created"), + mcp.Description("Optional: the reason for requesting the user information"), ), ), func(ctx context.Context, _ mcp.CallToolRequest) (*mcp.CallToolResult, error) {