Releases: McTristan/ExportPaperless
Package updates
Bugfix: use custom header replacements also for custom excel export
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
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
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
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
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
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
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
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
This release fixes a small bug which led to a wrong custom field display inside the excel export.