Skip to content

Commit d64e7a3

Browse files
author
Sandro Lange
committed
feat: allows the ExportPaperless API and the McpServer SSE Api to be reachable via Port 5288 (ExportPaperless API) and Port 5225 (MCP Server SSE) from outside localhost
1 parent 7407db0 commit d64e7a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,7 @@ or
101101
Can you export the saved view Invoices 2024 as excel for me?
102102
```
103103

104-
I guess you get the idea. What you will get in return (if everything works out) is a URL of .zip or .xlsx file which you can download (one time download).
104+
I guess you get the idea. What you will get in return (if everything works out) is a URL of .zip or .xlsx file which you can download (one time download).
105+
106+
## MCP Server SSE
107+
When started the SSE server should be listening on port 5225, the url to connect to is http://localhost:5225/sse or the corresponding hostname or IP address of the machine.

0 commit comments

Comments
 (0)