Commit Graph

6 Commits

Author SHA1 Message Date
b3nw c68bb66de1 fix: Support local file storage uploads in addition to S3
Build and Push Outline MCP Docker Image / build (push) Successful in 8s
The upload endpoint now detects whether Outline uses local file storage
(multipart form POST) or S3 (pre-signed PUT URL) and handles both.
2026-05-25 02:44:13 +00:00
b3nw d637394c0e feat: add secure HTTP streaming upload gateway and address code review findings
Build and Push Outline MCP Docker Image / build (push) Successful in 11s
2026-05-25 02:15:10 +00:00
b3nw d152162dbf Fix params type: accept Any (string, dict, or None) for flexibility
Build and Push Outline MCP Docker Image / build (push) Successful in 8s
2025-12-30 20:46:02 +00:00
b3nw fcf13b91fa Fix health check: return 200 when server running, include API status in body
Build and Push Outline MCP Docker Image / build (push) Successful in 6s
2025-12-30 20:41:20 +00:00
b3nw cf1d9be24b Fix outline_api_call: handle empty params string
Build and Push Outline MCP Docker Image / build (push) Successful in 6s
2025-12-30 20:38:36 +00:00
b3nw 5da443cef7 Initial commit: Outline MCP server with hybrid light pattern
Build and Push Docker Image / build (push) Failing after 0s
2025-12-30 19:36:17 +00:00