You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,4 +101,7 @@ or
101
101
Can you export the saved view Invoices 2024 as excel for me?
102
102
```
103
103
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