Commit Graph

11 Commits

Author SHA1 Message Date
b3nw 176e1f1040 feat: Add embedMarkdown to upload response and document attachment format
Build and Push Outline MCP Docker Image / build (push) Successful in 7s
The upload response now includes an embedMarkdown field with the correct
Outline attachment syntax ([name size](/api/attachments.redirect?id=...))
so callers can insert it directly into documents for native card rendering.

IMPLEMENTATION.md updated with storage backend details, auth header,
and embedding format documentation.
2026-05-25 02:52:49 +00:00
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 0293acaaa8 Set allocated port to 8010 for deployment
Build and Push Outline MCP Docker Image / build (push) Successful in 6s
2025-12-30 19:51:42 +00:00
b3nw 2cb4a3adec Fix build: use setuptools and uv, multi-stage Dockerfile
Build and Push Outline MCP Docker Image / build (push) Successful in 15s
2025-12-30 19:47:54 +00:00
b3nw 1ce98488b1 Fix workflow: use docker runner with act container
Build and Push Outline MCP Docker Image / build (push) Failing after 9s
2025-12-30 19:44:16 +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
shuvcode 6089596202 Initial commit 2025-12-30 19:26:11 +00:00