添加Pdf读取mcp

This commit is contained in:
zqm
2025-10-22 16:24:07 +08:00
parent 0d8520123e
commit 64d1e220d4
48 changed files with 21213 additions and 0 deletions

19
pdf-reader-mcp/.gitattributes vendored Normal file
View File

@@ -0,0 +1,19 @@
# Auto detect text files and perform LF normalization
* text=auto eol=lf
# Explicitly declare text files we want to always normalize to LF
*.cjs text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
# Lockfiles should always use LF
package-lock.json text eol=lf
pnpm-lock.yaml text eol=lf
# Ensure specific files are treated as binary (if needed)
# *.png binary
# *.jpg binary