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
pdf-server: list_pdfs walks directory roots for *.pdf files
Recurse into allowedLocalDirs (depth ≤ 8, ≤ 500 files) and enumerate
actual .pdf files as file:// URLs alongside the explicitly-registered
ones. Skip dotfiles/dirs and node_modules. Dedup (a file may be both
explicitly registered and under a walked directory). Report truncation.
`Allowed local directories (from client roots):\n${[...allowedLocalDirs].map((d)=>`- ${d}`).join("\n")}\nAny PDF file under these directories can be displayed.`,
1231
+
`Allowed local directories:\n${[...allowedLocalDirs].map((d)=>`- ${d}`).join("\n")}\nAny PDF file under these directories can be displayed.`,
0 commit comments