v0.2.0 — Folder management & file download
Added
- Folder management tools:
mendeley_create_folder(with nesting and group support),mendeley_rename_folder,mendeley_delete_folder, andmendeley_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 withMENDELEY_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
mcpdependency raised to 1.19.0 — earlier SDK versions mangle aCallToolResultreturned 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