Skip to content

Releases: McTristan/ExportPaperless

Package updates

08 Mar 15:24

Choose a tag to compare

This release contains lots of package updates including the first release version of the the MCP Server protocol - no more beta packages needed. Yeah ...

Bugfix: use custom header replacements also for custom excel export

08 Mar 15:17

Choose a tag to compare

This bugfix just adds the custom header field replacement also to the custom export endpoint so excel files which are not created from views get the same translated standard headers.

Replace the default Excel columns with your own variables

08 Feb 19:25

Choose a tag to compare

In this release I introduce a way to customize the excel columns with custom names via environment variables. So if you don't like the standard name, choose your own.

.NET 10

08 Feb 17:29

Choose a tag to compare

This release changes the projects and dockerfiles to build against .NET 10 SDK. All packages have been updated (*) and deprecated packages have been removed, vulnerable package references have been removed as well.

(*) I haven't updated the MCP-Server related package as I have to verify if it still behaves the same way - MCP is moving with such an incredible speed right now it is hard to keep up the pace I'm afraid.

.NET 10 preparations

08 Feb 16:43

Choose a tag to compare

I'm currently introducing some minor fixes which makes it easier to run the API, like making the swagger-UI publicly accessable.

Updates documentation of how to use the docker image in conjunction with Claude AI

20 May 13:22

Choose a tag to compare

This release adds a bit more documentation about how to use the Mcp Docker image together with Claude AI

McpServer and McpServer SSE initial docker support

20 May 12:37

Choose a tag to compare

This release adds initial support for building McpServer and McpServer SSE docker images. While the SSE version should be straightforward to use I still don't know how to use the dockerized McpServer with Claude but I will figure it out and - add a bit of documentation for it.

SSE server and Web API reachable from other machines as standard

19 May 19:29

Choose a tag to compare

Just a small change with a huge impact, both the ExportPaperless API and the SSE McpServer are now reachable from the outside of your machine. This is needed if you run tools like n8n or ollama on a different machine.
The default port for the Web API is 5288 and the default Port of the SSE McpServer ist 5225.

The SSE McpServer uses the following endpoint: http://localhost:5225/sse (or instead of localhost your machines ip address or hostname)

McpServer SSE support

19 May 16:17

Choose a tag to compare

McpServer SSE support Pre-release
Pre-release

This release adds initial support for an Server-Sent-Event McpServer which makes it possible to use the McpTools with a larger variety of client tools like Ollama, n8n and so on. Please note: you can't use SSE with Claude AI at the moment - you have to use the Stdio-based "normal" version of the server.

Next I will work on the various docker images and more documentation ...

Bugfix Release

18 May 19:28

Choose a tag to compare

Bugfix Release Pre-release
Pre-release

This release fixes a small bug which led to a wrong custom field display inside the excel export.