This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryAdded mendeley_get_document_text tool to extract PDF text, CI workflow for Python 3.10‑3.12, and a SECURITY.md policy.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds mendeley_get_document_text tool to extract PDF text as readable block. Adds mendeley_get_document_text tool to extract PDF text as readable block. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Low |
Adds CI workflow running ruff, mypy, and tests on Python 3.10–3.12 for every push/PR. Adds CI workflow running ruff, mypy, and tests on Python 3.10–3.12 for every push/PR. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Low |
Adds Security policy (SECURITY.md) with private vulnerability reporting via GitHub security advisories. Adds Security policy (SECURITY.md) with private vulnerability reporting via GitHub security advisories. Source: llm_adapter@2026-06-14 Confidence: low |
— |
Full changelog
Added
mendeley_get_document_text— extract and return the full text of a document's attached PDF as a text block, so the model can actually read the paper.mendeley_get_file_contentreturns the PDF as an embedded binary resource, which most MCP clients (including Claude Code) hand to the model as undecoded base64 rather than readable content; this tool extracts the text server-side instead. Born-digital PDFs only — scanned/image-only PDFs have no text layer and are reported as such. Output is capped at 200,000 characters, adjustable via theMENDELEY_MCP_MAX_TEXT_CHARSenvironment variable.- CI workflow running ruff, mypy, and the test suite on Python 3.10–3.12 for every push to main and every pull request.
- Security policy (
SECURITY.md) with private vulnerability reporting via GitHub security advisories.
Install: pip install -U mendeley-mcp
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About pallaprolus/mendeley-mcp
MCP server for Mendeley reference manager. Search your library, browse folders, get document metadata, search the global catalog, and add papers to your collection.
Related context
Beta — feedback welcome: [email protected]