Skip to content

v0.2.0 — Folder management & file download

Choose a tag to compare

@pallaprolus pallaprolus released this 12 Jun 04:57
· 9 commits to main since this release

Added

  • Folder management tools: mendeley_create_folder (with nesting and group support), mendeley_rename_folder, mendeley_delete_folder, and mendeley_add_document_to_folder — adapted from #2 by @im-alexandre, who is credited as co-author on the feature commit
  • mendeley_get_file_content — download a document's attached PDF as an embedded MCP resource, capped at 10 MB (override with MENDELEY_MCP_MAX_FILE_BYTES)
  • Title and description metadata on all tools, plus a Tool Reference section in the README
  • Server and client test suites

Changed

  • Mendeley API responses are shape-validated before use; token responses validated during auth
  • Minimum mcp dependency raised to 1.19.0 — earlier SDK versions mangle a CallToolResult returned from a tool over the wire

Install: pip install mendeley-mcp==0.2.0

Full changelog: https://github.com/pallaprolus/mendeley-mcp/blob/main/CHANGELOG.md