Skip to content

Releases: trsdn/paperless-mcp

Paperless MCP v0.1.3

Choose a tag to compare

@github-actions github-actions released this 24 Aug 21:55
57ef70a

What's Changed

  • build: restrict sdist contents and raise artifact action majors by @trsdn in #12
  • chore(release): 0.1.3 by @trsdn in #13

Full Changelog: v0.1.2...v0.1.3

Paperless MCP v0.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 21:46
fbc3436

What's Changed

  • build(deps): migrate to FastMCP 3.x and resolve security alerts by @trsdn in #8
  • build(deps): bump workflow actions onto the Node 24 runtime by @trsdn in #9
  • build(deps): pin setup-uv to the immutable tag v10.0.1 by @trsdn in #10
  • build: publish to PyPI as trsdn-paperless-mcp via Trusted Publishing by @trsdn in #11

Full Changelog: v0.1.1...v0.1.2

Paperless MCP v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 10:18
0116429

Paperless MCP v0.1.1

Curated Changes

  • Professional Project Metadata & Docs: Enhanced setup instructions, repository badges, and updated pyproject metadata.
  • Python 3.14 + Ruff Format Gate: Added support and testing for Python 3.14 CI, and fully enforced Ruff formatting.
  • Community, Governance & Release Automation: Added issue forms, pull request templates, a Code of Conduct, Dependabot configuration, and robust tag-driven release automation.
  • No Runtime Behavior Changes: Reformatted Python sources and tests with Ruff, retaining identical runtime functionality.

Validation

  • Underwent full packaging and testing validation.
  • 16 tests passing with 87.43% coverage.

Upgrade Note

Upgrading from v0.1.0 is seamless as runtime behavior remains fully identical and backwards-compatible.

paperless-mcp v0.1.0

Choose a tag to compare

@trsdn trsdn released this 20 Aug 08:25

Added

  • Streamable HTTP MCP server with static bearer-token authentication.
  • Eight tools for searching, reading, downloading, listing metadata, updating, and uploading Paperless-ngx documents.
  • Optional read-only mode for disabling update and upload tools.
  • systemd deployment files and installation script.
  • Tests for configuration, authentication, tool behavior, and write blocking.
  • CI for Python 3.11 through 3.13 and full-history secret scanning.